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 : [ 18, 20 ]
9+ node : [ 20 ]
1010 name : Linting on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 18, 20 ]
9+ node : [ 20 ]
1010 name : Prettier on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [ 18, 20 ]
9+ node : [ 20, 22 ]
1010 name : Run tests on Ubuntu with Node ${{ matrix.node }}
1111 steps :
1212 - uses : actions/checkout@v3
2020 runs-on : windows-latest
2121 strategy :
2222 matrix :
23- node : [ 18, 20 ]
23+ node : [ 20, 22 ]
2424 name : Run tests on Windows with Node ${{ matrix.node }}
2525 steps :
2626 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 8080 "trailingComma" : " none"
8181 },
8282 "engines" : {
83- "node" : " >=18 "
83+ "node" : " >=20 "
8484 },
8585 "peerDependencies" : {
8686 "eslint" : " >=7"
8787 },
8888 "volta" : {
89- "node" : " 20.16 .0" ,
89+ "node" : " 20.18 .0" ,
9090 "yarn" : " 1.22.22"
9191 }
9292}
You can’t perform that action at this time.
0 commit comments