Skip to content

Commit

Permalink
Try to fix node 8 build 🤓
Browse files Browse the repository at this point in the history
  • Loading branch information
gremo committed Feb 28, 2023
1 parent cf80cfb commit 738a743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# node 8.x supports jest 25.x and ts-jest support typescript 3.x
- name: Install jest 25
if: startsWith(matrix.node-version, '8')
run: npm install jest@^25 ts-jest@^25 typescript@^3 @types/jest@^25
run: npm install jest@^25 ts-jest@^25 @types/jest@^25 typescript@^3 @types/node@^17 @types/babel__traverse@7.0.4

# node 10.x supports jest 27.x but it doesn't work when installed this way
- name: Install jest 26
Expand Down

0 comments on commit 738a743

Please sign in to comment.