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
commit 3c8c4147c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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