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 }}
2525 - run : npm run build
2626 - run : npm run bundlesize
2727 - name : Save build
28- if : matrix.node-version == 20
28+ if : matrix.node-version == 22
2929 uses : actions/upload-artifact@v7
3030 with :
3131 name : build
4242 - uses : actions/checkout@v6
4343 - uses : actions/setup-node@v6
4444 with :
45- node-version : 20
45+ node-version : 22
4646 - run : npm ci
4747 - run : npm run build:ghpages
4848 - uses : peaceiris/actions-gh-pages@v4
8585 name : build
8686 - uses : actions/setup-node@v6
8787 with :
88- node-version : 20
88+ node-version : 22
8989 registry-url : ' https://registry.npmjs.org'
9090 - name : Update npm to latest (required for OIDC)
9191 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