File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 node-version :
23- - 20.x
2423 - 22.x
24+ - 24.x
2525
2626 steps :
2727 - uses : actions/checkout@v6
3434 - run : npm test
3535 - run : npm run build --if-present
3636 - name : Save build
37- if : matrix.node-version == '20 .x'
37+ if : matrix.node-version == '22 .x'
3838 uses : actions/upload-artifact@v7
3939 with :
4040 name : build
7070 name : build
7171 - uses : actions/setup-node@v6
7272 with :
73- node-version : 20 .x
73+ node-version : 22 .x
7474 registry-url : ' https://registry.npmjs.org'
7575 - name : Update npm to latest (required for OIDC)
7676 run : npm install -g npm@latest
9696 name : build
9797 - uses : actions/setup-node@v6
9898 with :
99- node-version : 20 .x
99+ node-version : 22 .x
100100 registry-url : ' https://registry.npmjs.org'
101101 - name : Update npm to latest (required for OIDC)
102102 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