Skip to content

Commit

Permalink
Remove very old node and jest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jun 14, 2024
1 parent 142b47c commit 0e8ba87
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 13.x, 14.x, 16.x, 17.x, 18.x, 19.x, 20.x]
jest-version: [24, 25, 26, 27, 28, 29]
exclude:
# jest@27 doesn't support node@13
- node-version: 13.x
jest-version: 27
node-version: [18.x, 19.x, 20.x]
jest-version: [27, 28, 29]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0e8ba87

Please sign in to comment.