Skip to content

Commit a23dcde

Browse files
committed
Update of .github/workflows/tests.yaml so to downgrade Jest when running the test (30 => 29 for Node 14 and Node 16)
1 parent 95047fc commit a23dcde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888

8989
- run: npm update
9090

91+
# Jest 30 does not support Node 14/16
92+
- run: npm install jest@29
93+
9194
- run: npm run test
9295

9396
os-compatibility:

0 commit comments

Comments
 (0)