File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- node : ['20', '22']
10+ node : ['20', '22', '24' ]
1111 name : verify using node v${{ matrix.node }}
1212 steps :
1313 - uses : actions/checkout@v4
1616 node-version : ${{ matrix.node }}
1717 cache : ' npm'
1818 - run : npm ci
19- env :
20- NODE_AUTH_TOKEN : ${{ secrets.GPR_READ_TOKEN }}
2119 - run : npx playwright install --with-deps --only-shell chromium
2220 - run : npm run verify
2321 - uses : actions/upload-artifact@v4
3432 - uses : actions/checkout@v4
3533 - uses : actions/setup-node@v4
3634 with :
37- node-version : 22
35+ node-version : 24
3836 cache : ' npm'
3937 - run : npm ci
40- env :
41- NODE_AUTH_TOKEN : ${{ secrets.GPR_READ_TOKEN }}
4238 - run : npx semantic-release
4339 env :
44- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4540 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments