Skip to content

Commit

Permalink
Remove incompatible node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jun 14, 2024
1 parent a4ec129 commit 9d6db5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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]
node-version: [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
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9d6db5e

Please sign in to comment.