We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f131c commit ff98f69Copy full SHA for ff98f69
1 file changed
.github/workflows/publish.yml
@@ -11,10 +11,10 @@ jobs:
11
publish-npm:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v6
15
- - uses: actions/setup-node@v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
16
with:
17
- node-version: 22
+ node-version: 24
18
registry-url: https://registry.npmjs.org/
19
cache: npm
20
- run: npm ci
@@ -24,6 +24,4 @@ jobs:
24
npm version ${TAG_NAME} --git-tag-version=false
25
env:
26
TAG_NAME: ${{github.event.release.tag_name}}
27
- - run: npm whoami; npm --ignore-scripts publish --provenance
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ - run: npm --ignore-scripts publish --provenance
0 commit comments