File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments