Skip to content

Commit a30d3b4

Browse files
committed
test message
1 parent 5855580 commit a30d3b4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/node12-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ jobs:
4949

5050
- name: Install dependencies
5151
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
52+
# Install specific Jest/TS 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 typescript@4.5.5 --dev
5654
# Install without considering yarn.lock to ensure our custom Jest version is actually used
5755
yarn install --no-lockfile
5856

0 commit comments

Comments
 (0)