Skip to content

Commit eba4d9a

Browse files
committed
Remove --force from CI npm-install
1 parent ca8b5dc commit eba4d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-and-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Install dependencies
23-
run: npm ci --force
23+
run: npm ci
2424
- name: Run jaribu tests # These must be replaced before we can use Node v18 in CI
2525
run: npm test
2626
- name: Run mocha tests

0 commit comments

Comments
 (0)