Skip to content

Commit

Permalink
Kickstart workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharpm authored Jul 15, 2024
1 parent 2294ae5 commit 3b3d4f9
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 --force2
run: npm ci --force
- 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 3b3d4f9

Please sign in to comment.