Skip to content

Commit 5855580

Browse files
committed
test message
1 parent 999203a commit 5855580

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node12-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: |
5252
# Install specific Jest version that's compatible with Node.js 12
5353
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
5456
# Install without considering yarn.lock to ensure our custom Jest version is actually used
5557
yarn install --no-lockfile
5658

0 commit comments

Comments
 (0)