File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 - name : Detect dist-tag from version
3333 id : distTag
@@ -54,14 +54,11 @@ jobs:
5454 fi
5555
5656 - name : Setup Node
57- uses : actions/setup-node@v4
57+ uses : actions/setup-node@v6
5858 with :
59- node-version : 22
59+ node-version : 24
6060 registry-url : https://registry.npmjs.org
6161
62- - name : Update npm for Trusted Publishing
63- run : npm install -g npm@latest
64-
6562 - name : Install dependencies
6663 run : npm ci
6764
7269 run : npm publish --tag ${{ steps.distTag.outputs.tag }} --access public
7370
7471 - name : Setup Node (GitHub Packages)
75- uses : actions/setup-node@v4
72+ uses : actions/setup-node@v6
7673 with :
77- node-version : 22
74+ node-version : 24
7875 registry-url : https://npm.pkg.github.com
7976
8077 - name : Publish to GitHub Packages
You can’t perform that action at this time.
0 commit comments