File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 strategy :
1919 matrix :
20- node-version : [20, 22 ]
20+ node-version : [22, 24 ]
2121
2222 steps :
2323 - uses : actions/checkout@v6
3030 - run : npm test
3131 - run : npm run build --if-present
3232 - name : Save build
33- if : matrix.node-version == 20
34- uses : actions/upload-artifact@v7
33+ if : matrix.node-version == 22
34+ uses : actions/upload-artifact@v6
3535 with :
3636 name : build
3737 path : |
6666 name : build
6767 - uses : actions/setup-node@v6
6868 with :
69- node-version : 20
69+ node-version : 22
7070 registry-url : ' https://registry.npmjs.org'
7171 - name : Update npm to latest (required for OIDC)
7272 run : npm install -g npm@latest
9292 name : build
9393 - uses : actions/setup-node@v6
9494 with :
95- node-version : 20
95+ node-version : 22
9696 registry-url : ' https://registry.npmjs.org'
9797 - name : Update npm to latest (required for OIDC)
9898 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