Skip to content

Commit

Permalink
Fix Node.js 10 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 30, 2021
1 parent d8712ee commit 725a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm unit
run: ./node_modules/.bin/jest
env:
FORCE_COLOR: 2
benchmark:
Expand Down

0 comments on commit 725a241

Please sign in to comment.