Skip to content

Commit 227d0f8

Browse files
authored
ci: update matrix of node versions to test against (#361)
1 parent 18afe30 commit 227d0f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/validate.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
26-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
26+
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
2727
testing-library-dom: [8, 9]
2828
exclude:
29-
- node: 12.22.0
30-
testing-library-dom: 9
31-
- node: 12
29+
- node: 12.x
3230
testing-library-dom: 9
3331
runs-on: ubuntu-latest
3432
steps:

0 commit comments

Comments
 (0)