Skip to content

Commit

Permalink
npm i instead of npm ci for sniff-bytes now that there's no lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Oct 2, 2023
1 parent d8d0dbe commit cf7dbc8
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 @@ -80,7 +80,7 @@ jobs:
shell: bash
working-directory: ./test/integration/sniff-bytes
run: |
npm ci
npm i
cat package-lock.json
- name: Build sniff-bytes Integration Test
uses: neon-actions/[email protected]
Expand Down

0 comments on commit cf7dbc8

Please sign in to comment.