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 488eab8 commit 1c162a0Copy full SHA for 1c162a0
1 file changed
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
contents: write
12
id-token: write
13
steps:
14
- - uses: actions/checkout@v4
15
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
16
with:
17
- node-version: 20
+ node-version: 24
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: node -v
@@ -85,10 +85,10 @@ jobs:
85
```
86
87
${{ steps.changelog.outputs.changelog }}
88
-
+
89
+ # node@v24.0.0+
90
+ # https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
91
- run: npm publish --access public --provenance
92
name: 📦 @uiw/react-json-view publish to NPM
93
continue-on-error: true
- working-directory: core
- env:
94
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ working-directory: core
0 commit comments