We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b206c commit 89cd21aCopy full SHA for 89cd21a
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
12
contents: read
13
id-token: write
14
steps:
15
- - uses: actions/checkout@v3
16
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
17
with:
18
- node-version: 18
+ node-version: 25
19
registry-url: https://registry.npmjs.org/
20
cache: npm
21
- run: npm install -g npm@latest
@@ -25,5 +25,3 @@ jobs:
25
env:
26
TAG_NAME: ${{ github.event.release.tag_name }}
27
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments