We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2f3fa commit f0b03c8Copy full SHA for f0b03c8
1 file changed
.github/workflows/node16-tests.yml
@@ -50,11 +50,8 @@ jobs:
50
51
- name: Install dependencies
52
run: |
53
- # Remove incompatible Jest 30.x
54
- yarn remove jest
55
- # Install Jest 29.x which is compatible with Node.js 16
56
- yarn add jest@29 --dev
57
-
+ yarn add jest@29.5.0 ts-jest@29.1.0 @types/jest@29.5.0 --dev
+ yarn install --no-lockfile
58
- name: Run unit tests
59
run: yarn test:unit
60
0 commit comments