Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 25, 2021
1 parent c00f530 commit d82148f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=12.16.0"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --coverage && eslint ."
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage && eslint ."
},
"peerDependencies": {
"typescript": ">=4.0.0"
Expand Down

0 comments on commit d82148f

Please sign in to comment.