Skip to content

Commit 296ad25

Browse files
committed
fix(cd): removing obsolete token
1 parent 32e120c commit 296ad25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v1
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: '22'
1919
registry-url: 'https://registry.npmjs.org'
20+
2021
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2122
- run: echo ${VERSION}
2223

@@ -40,5 +41,4 @@ jobs:
4041

4142
- run: npm publish --tag ${NPM_TAG}
4243
working-directory: dist
43-
env:
44-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
44+

0 commit comments

Comments
 (0)