Skip to content

Commit 3b3d4f9

Browse files
authored
Kickstart workflows
1 parent 2294ae5 commit 3b3d4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 --force2
23+
run: npm ci --force
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)