File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,22 @@ jobs:
5050 strategy :
5151 matrix :
5252 os : [ubuntu-latest]
53- node : [18, 20]
53+ node : [18, 20, 22, 24 ]
5454 eslint : [latest]
5555 include :
5656 # ESLint 4.7 support: lowest version supported
5757 - os : ubuntu-latest
58- node : 20
58+ node : 24
5959 eslint : " 4.7"
6060
6161 # ESLint 5 support: lowest version we can use to test external html plugins support
6262 - os : ubuntu-latest
63- node : 20
63+ node : 24
6464 eslint : " 5.0"
6565
6666 # Upcoming ESLint major version support
6767 - os : ubuntu-latest
68- node : 20
68+ node : 24
6969 eslint : next
7070
7171 # Node 16 support: use ESLint v8 becacuse they dropped node 16 support in v9. Will be
7676
7777 # Windows support
7878 - os : windows-latest
79- node : 20
79+ node : 24
8080 eslint : latest
8181 steps :
8282 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments