File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919
2020 strategy :
2121 matrix :
22- node-version : [20, 22 ]
22+ node-version : [22, 24 ]
2323
2424 steps :
2525 - uses : actions/checkout@v6
3232 - run : npm test
3333 - run : npm run build --if-present
3434 - name : Save build
35- if : matrix.node-version == 20
35+ if : matrix.node-version == 22
3636 uses : actions/upload-artifact@v7
3737 with :
3838 name : build
6868 name : build
6969 - uses : actions/setup-node@v6
7070 with :
71- node-version : 20
71+ node-version : 22
7272 registry-url : ' https://registry.npmjs.org'
7373 - name : Update npm to latest (required for OIDC)
7474 run : npm install -g npm@latest
9494 name : build
9595 - uses : actions/setup-node@v6
9696 with :
97- node-version : 20
97+ node-version : 22
9898 registry-url : ' https://registry.npmjs.org'
9999 - name : Update npm to latest (required for OIDC)
100100 run : npm install -g npm@latest
Original file line number Diff line number Diff line change 1- v20.19.2
1+ v22.22.0
You can’t perform that action at this time.
0 commit comments