File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Setup Node.js
20- uses : actions/setup-node@v5
20+ uses : actions/setup-node@v6
2121 with :
22- node-version : " lts/* "
22+ node-version : " 24 "
2323 registry-url : " https://registry.npmjs.org"
24+ package-manager-cache : false
2425
2526 - name : Install dependencies
2627 run : |
4445 else
4546 echo "skip=false" >> $GITHUB_OUTPUT
4647 fi
47- env :
48- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
49-
5048 - name : Publish to npm
5149 if : steps.check.outputs.skip != 'true'
5250 run : npm publish --access public
53- env :
54- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5551
5652 - name : Create GitHub Release
5753 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 1414 " README.md"
1515 ],
1616 "bin" : {
17- "cross-code-organizer" : " ./ bin/cli.mjs"
17+ "cross-code-organizer" : " bin/cli.mjs"
1818 },
1919 "scripts" : {
2020 "start" : " node bin/cli.mjs" ,
6565 "license" : " MIT" ,
6666 "repository" : {
6767 "type" : " git" ,
68- "url" : " https://github.com/mcpware/cross-code-organizer"
68+ "url" : " git+ https://github.com/mcpware/cross-code-organizer.git "
6969 },
7070 "engines" : {
7171 "node" : " >=20"
You can’t perform that action at this time.
0 commit comments