We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999203a commit 5855580Copy full SHA for 5855580
1 file changed
.github/workflows/node12-tests.yml
@@ -51,6 +51,8 @@ jobs:
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
56
# Install without considering yarn.lock to ensure our custom Jest version is actually used
57
yarn install --no-lockfile
58
0 commit comments