This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-workflow in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 5919ce5143e9cd99831b8f0edccdd1cc5c010e9d Author: pissang <[email protected]> AuthorDate: Tue Apr 20 20:13:08 2021 +0800 chore: not install from github zrender in the ci test. --- .github/workflows/nodejs.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1a2c1d2..20354b8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,14 +21,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install run: | - npm install - npm install git+https://github.com/ecomfe/zrender.git - - name: build zrender - run: | - cd node_modules/zrender - npm install - npm run prepublish - cd ../.. + npm ci - name: check type run: | npm run checktype --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
