File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v6
2626 with :
27- node-version : 20
27+ node-version : 24
2828 cache : " yarn"
2929 - name : yarn install & check-cache
3030 run : |
3636 - uses : actions/checkout@v6
3737 - uses : actions/setup-node@v6
3838 with :
39- node-version : 20
39+ node-version : 24
4040 cache : " yarn"
4141 - name : yarn install
4242 run : |
6464 strategy :
6565 fail-fast : false
6666 matrix :
67- node-version : [20, 22 ]
67+ node-version : [20, 26 ]
6868 os : [ubuntu-latest, windows-latest]
6969 exclude :
7070 - node-version : 20
9595 strategy :
9696 fail-fast : false
9797 matrix :
98- node-version : [20, 22 ]
98+ node-version : [20, 26 ]
9999 os : [ubuntu-latest, windows-latest]
100100 exclude :
101101 - node-version : 20
@@ -178,7 +178,7 @@ jobs:
178178
179179 - uses : actions/setup-node@v6
180180 with :
181- node-version : 20
181+ node-version : 24
182182 cache : " yarn"
183183
184184 - name : yarn install
Original file line number Diff line number Diff line change 3232
3333 - uses : actions/setup-node@v6
3434 with :
35- node-version : 20
35+ node-version : 24
3636 cache : " yarn"
3737
3838 - name : " Yarn install"
You can’t perform that action at this time.
0 commit comments