Skip to content

Commit 1c162a0

Browse files
committed
ci: fix expired NPM token issue.
1 parent 488eab8 commit 1c162a0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
contents: write
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: node -v
@@ -85,10 +85,10 @@ jobs:
8585
```
8686
8787
${{ steps.changelog.outputs.changelog }}
88-
88+
89+
# node@v24.0.0+
90+
# https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
8991
- run: npm publish --access public --provenance
9092
name: 📦 @uiw/react-json-view publish to NPM
9193
continue-on-error: true
92-
working-directory: core
93-
env:
94-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
94+
working-directory: core

0 commit comments

Comments
 (0)