Skip to content

Commit f0b03c8

Browse files
committed
test message
1 parent ed2f3fa commit f0b03c8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/node16-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ jobs:
5050

5151
- name: Install dependencies
5252
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-
53+
yarn add jest@29.5.0 ts-jest@29.1.0 @types/jest@29.5.0 --dev
54+
yarn install --no-lockfile
5855
- name: Run unit tests
5956
run: yarn test:unit
6057

0 commit comments

Comments
 (0)