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 ec800f4 commit 788abc9Copy full SHA for 788abc9
1 file changed
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
12
publish-npm:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v6
16
- - uses: actions/setup-node@v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
17
with:
18
- node-version: 22
+ node-version: 24
19
registry-url: https://registry.npmjs.org/
20
cache: npm
21
- run: npm ci
@@ -24,5 +24,3 @@ jobs:
24
env:
25
TAG_NAME: ${{ github.event.release.tag_name }}
26
- run: npm whoami; npm --ignore-scripts publish --provenance
27
- env:
28
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments