Skip to content

Commit

Permalink
Fix Node.js 14 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 14, 2023
1 parent 519ddfd commit e52d69a
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 @@ -66,6 +66,6 @@ jobs:
node-version: 14
cache: pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Run unit tests
run: ./node_modules/.bin/jest --forceExit

0 comments on commit e52d69a

Please sign in to comment.