File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 20 ]
9+ node : [ 22 ]
1010 name : Linting on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 20 ]
9+ node : [ 22 ]
1010 name : Prettier on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 20, 22 ]
9+ node : [ 22, 24 ]
1010 name : Run tests on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v4
2020 runs-on : windows-latest
2121 strategy :
2222 matrix :
23- node : [ 20, 22 ]
23+ node : [ 22, 24 ]
2424 name : Run tests on Windows with Node ${{ matrix.node }}
2525 steps :
2626 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8888 "trailingComma" : " none"
8989 },
9090 "engines" : {
91- "node" : " >=20 "
91+ "node" : " >=22 "
9292 },
9393 "peerDependencies" : {
9494 "eslint" : " >=7"
9595 },
9696 "volta" : {
97- "node" : " 20.18.0 " ,
97+ "node" : " 22.21.1 " ,
9898 "yarn" : " 1.22.22"
9999 }
100100}
You can’t perform that action at this time.
0 commit comments