Skip to content

Commit

Permalink
ci: update matrix of node versions to test against (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 19, 2024
1 parent 18afe30 commit 227d0f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
fail-fast: false
matrix:
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
testing-library-dom: [8, 9]
exclude:
- node: 12.22.0
testing-library-dom: 9
- node: 12
- node: 12.x
testing-library-dom: 9
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 227d0f8

Please sign in to comment.