File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node-version : [20, 22 ]
17+ node-version : [22, 24 ]
1818 steps :
1919 - uses : actions/checkout@v6
2020 - name : Use Node.js ${{ matrix.node-version }}
2626 - run : npm run build
2727 - run : npm run doc
2828 - name : Save build
29- if : matrix.node-version == 20
29+ if : matrix.node-version == 22
3030 uses : actions/upload-artifact@v7
3131 with :
3232 name : build
7575 name : build
7676 - uses : actions/setup-node@v6
7777 with :
78- node-version : 20
78+ node-version : 22
7979 registry-url : ' https://registry.npmjs.org'
8080 - name : Update npm to latest (required for OIDC)
8181 run : npm install -g npm@latest
@@ -101,7 +101,7 @@ jobs:
101101 name : build
102102 - uses : actions/setup-node@v6
103103 with :
104- node-version : 20
104+ node-version : 22
105105 registry-url : ' https://registry.npmjs.org'
106106 - name : Update npm to latest (required for OIDC)
107107 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