File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414 - uses : actions/setup-node@v6
1515 with :
16- node-version : 20
16+ node-version : ' 24 '
1717 - name : Install dependencies
1818 run : npm ci
1919 - name : Build
2727 - uses : actions/checkout@v6
2828 - uses : actions/setup-node@v6
2929 with :
30- node-version : 20
30+ node-version : ' 24 '
3131 - name : Install dependencies
3232 run : npm ci
3333 - name : Install Playwright Browsers
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v6
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : 20
15+ node-version : ' 24 '
1616 - run : npm ci
1717 - run : npm run build --if-present
1818 env :
2525 - uses : actions/checkout@v6
2626 - uses : actions/setup-node@v6
2727 with :
28- node-version : 20
28+ node-version : ' 24 '
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
3131 - run : npm run prerelease
3232 - run : npm publish --ignore-scripts
33- env :
34- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments