Commit 893c508
authored
Change minimum versions of Node and eslint in integration tests (#83)
Node v16 is out of support. So we test against Node v18 and v20.
eslint 7 was released 4 years ago so its fair to not actively test again
eslint 6. Speculativiely adding eslint 9 tests but not sure if that will
work
Also fix testing of multiple eslint versions
We weren't doing custom installations of different eslint versions
so we were always only testing one eslint version!
Added eslint-v9 test directory but it fails right now so not adding it
to CI.1 parent e4a5603 commit 893c508
File tree
9 files changed
+4152
-1595
lines changed- .github/workflows
- test/packages
- eslint-v6
- eslint-v7
- eslint-v8
- eslint-v9
9 files changed
+4152
-1595
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments