We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5855580 commit a30d3b4Copy full SHA for a30d3b4
1 file changed
.github/workflows/node12-tests.yml
@@ -49,10 +49,8 @@ jobs:
49
50
- name: Install dependencies
51
run: |
52
- # Install specific Jest version that's compatible with Node.js 12
53
- yarn add jest@27.5.1 ts-jest@27.1.5 @types/jest@27.5.2 --dev
54
- # Install TypeScript version compatible with Node.js 12
55
- yarn add typescript@4.5.5 --dev
+ # Install specific Jest/TS version that's compatible with Node.js 12
+ yarn add jest@27.5.1 ts-jest@27.1.5 @types/jest@27.5.2 typescript@4.5.5 --dev
56
# Install without considering yarn.lock to ensure our custom Jest version is actually used
57
yarn install --no-lockfile
58
0 commit comments