Skip to content

Commit

Permalink
npm i instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 23, 2023
1 parent 2be8967 commit c9abaff
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 @@ -112,5 +112,5 @@ jobs:
shell: bash
working-directory: test/integration/test-sniff-bytes
run: |
npm ci
npm i
npm test

0 comments on commit c9abaff

Please sign in to comment.