File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 id : pnpm-install
2929
3030 - name : Set up Node.js
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v6
3232 with :
3333 cache : pnpm
3434 node-version-file : package.json
5353 id : pnpm-install
5454
5555 - name : Set up Node.js
56- uses : actions/setup-node@v4
56+ uses : actions/setup-node@v6
5757 with :
5858 cache : pnpm
5959 node-version-file : package.json
Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ jobs:
2222 id : pnpm-install
2323
2424 - name : Set up Node.js
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
2727 cache : pnpm
2828 node-version-file : package.json
29+ registry-url : https://registry.npmjs.org
30+ env :
31+ NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
2932
3033 - name : Install dependencies
3134 run : pnpm install
You can’t perform that action at this time.
0 commit comments