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 1616 - name : Set Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 20 .x
19+ node-version : 22 .x
2020
2121 - name : Corepack enable
2222 run : corepack enable
Original file line number Diff line number Diff line change 1313 - name : Set Node.js
1414 uses : actions/setup-node@v4
1515 with :
16- node-version : 20 .x
16+ node-version : 22 .x
1717
1818 - name : Corepack enable
1919 run : corepack enable
Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- node-version : [20 .x]
16+ node-version : [22 .x]
1717
1818 steps :
1919 - uses : actions/checkout@v4
2424 - name : Set Node.js
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : 20 .x
27+ node-version : 22 .x
2828
2929 - name : Corepack enable
3030 run : corepack enable
You can’t perform that action at this time.
0 commit comments