Skip to content

Commit 01481e7

Browse files
committed
ci: don't run ESLint v9 on unsupported versions of Node
1 parent 1936046 commit 01481e7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/validate.yml

+12
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ jobs:
3030
testing-library-dom: 9
3131
- node: 12
3232
testing-library-dom: 9
33+
- node: 12.22.0
34+
eslint: 9
35+
- node: 12
36+
eslint: 9
37+
- node: 14.17.0
38+
eslint: 9
39+
- node: 14
40+
eslint: 9
41+
- node: 16.0.0
42+
eslint: 9
43+
- node: 16
44+
eslint: 9
3345
runs-on: ubuntu-latest
3446
steps:
3547
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)