File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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
You can’t perform that action at this time.
0 commit comments