We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9fe28 commit d994924Copy full SHA for d994924
1 file changed
.github/workflows/publish.yml
@@ -13,9 +13,9 @@ jobs:
13
id-token: write
14
steps:
15
- uses: actions/checkout@v3
16
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v6
17
with:
18
- node-version: 18
+ node-version: 24
19
registry-url: https://registry.npmjs.org/
20
cache: npm
21
- name: Install Chromium runtime deps (Linux)
@@ -39,8 +39,6 @@ jobs:
39
- run: npm version ${TAG_NAME} --git-tag-version=false
40
env:
41
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
44
- run: npm --ignore-scripts publish --provenance --access public
45
publish-github:
46
name: Publish to GitHub Packages
0 commit comments