Skip to content

Commit

Permalink
Remove --force from CI npm-install
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Aug 9, 2024
1 parent ca8b5dc commit eba4d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Run jaribu tests # These must be replaced before we can use Node v18 in CI
run: npm test
- name: Run mocha tests
Expand Down

0 comments on commit eba4d9a

Please sign in to comment.