Skip to content

Commit

Permalink
chore: skip tests with Jest 28 and Node 18 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 29, 2024
1 parent 25a7d38 commit 5c67daa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -30,6 +30,8 @@ jobs:
- node-version: 12
jest-watch-typeahead-version: 2
# Modern timers need Jest 29.2.1 on Node 19+: https://github.com/facebook/jest/pull/13467
- node-version: 18.x
jest-version: 28
- node-version: 19.x
jest-version: 28
- node-version: 20.x
Expand Down

0 comments on commit 5c67daa

Please sign in to comment.