We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227d0f8 commit 7478ebaCopy full SHA for 7478eba
.github/workflows/validate.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
+ eslint: [6, 7, 8]
26
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
27
testing-library-dom: [8, 9]
28
exclude:
0 commit comments