Merge pull request #175 from Jiaocz/fix/workflow-npm-ci-error

fix: temp fix `npm ci` error in workflow
This commit is contained in:
younglei
2022-07-01 16:48:33 +08:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
run: npm i
# - name: Run tests
# run: npm run test