Skip to content

Commit

Permalink
ci: use install instead of ci for lockfile compatibility (node 14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Mar 12, 2023
1 parent 6cc53b0 commit fe3322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm ci
run: npm install

- name: Run tests
run: npm test || npm test
Expand Down

0 comments on commit fe3322e

Please sign in to comment.