File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 os : [ubuntu-latest]
22- node : [18 ]
22+ node : [20 ]
2323
2424 runs-on : ${{ matrix.os }}
2525
4747 strategy :
4848 matrix :
4949 os : [ubuntu-latest, windows-latest, macos-latest]
50- node : [18 ]
50+ node : [20 ]
5151
5252 runs-on : ${{ matrix.os }}
5353
8383 strategy :
8484 matrix :
8585 os : [ubuntu-latest, windows-latest, macos-latest]
86- node : [18.19, 20, 22]
86+ node : [20, 22, 24 ]
8787
8888 runs-on : ${{ matrix.os }}
8989
@@ -116,7 +116,7 @@ jobs:
116116 strategy :
117117 matrix :
118118 os : [ubuntu-latest, windows-latest, macos-latest]
119- node : [18.19, 20, 22]
119+ node : [20, 22, 24 ]
120120
121121 runs-on : ${{ matrix.os }}
122122
Original file line number Diff line number Diff line change 2323 - name : Setup node
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : 18.18
26+ node-version : 20
2727 cache : pnpm
2828
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 - name : Setup Node
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : 18
30+ node-version : 20
3131
3232 - name : Install dependencies
3333 run : pnpm install --no-frozen-lockfile
You can’t perform that action at this time.
0 commit comments