Skip to content

Commit d994924

Browse files
authored
Upgrade Node.js setup from v3 to v6 and version 24
1 parent 4f9fe28 commit d994924

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
id-token: write
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 18
18+
node-version: 24
1919
registry-url: https://registry.npmjs.org/
2020
cache: npm
2121
- name: Install Chromium runtime deps (Linux)
@@ -39,8 +39,6 @@ jobs:
3939
- run: npm version ${TAG_NAME} --git-tag-version=false
4040
env:
4141
TAG_NAME: ${{ github.event.release.tag_name }}
42-
# npm 11.5.1+ is required for trusted publishing (OIDC) with provenance
43-
- run: npm install -g npm@latest
4442
- run: npm --ignore-scripts publish --provenance --access public
4543
publish-github:
4644
name: Publish to GitHub Packages

0 commit comments

Comments
 (0)