We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2294ae5 commit 3b3d4f9Copy full SHA for 3b3d4f9
.github/workflows/test-and-lint.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node-version }}
22
- name: Install dependencies
23
- run: npm ci --force2
+ run: npm ci --force
24
- name: Run jaribu tests # These must be replaced before we can use Node v18 in CI
25
run: npm test
26
- name: Run mocha tests
0 commit comments