File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed
Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Node.js
2222 uses : actions/setup-node@v6
2323 with :
24- node-version : 22
24+ node-version : 25
2525
2626 - name : Setup PNPM
2727 uses : pnpm/action-setup@v4
5858 runs-on : ubuntu-latest
5959 needs : gh-pages
6060 permissions :
61+ id-token : write
6162 contents : read
6263 packages : write
6364 steps :
6768 - name : Setup Node.js
6869 uses : actions/setup-node@v6
6970 with :
70- node-version : 22
71+ node-version : 25
7172 registry-url : " https://registry.npmjs.org"
7273
7374 - name : Setup PNPM
99100 run : pnpm test
100101
101102 - name : Publish to NPM
102- uses : JS-DevTools/npm-publish@v4
103- with :
104- access : " public "
105- tag : " next "
106- token : ${{ secrets.NPM_TOKEN }}
103+ run :
104+ pnpm publish --tag "next" --access "public" --provenance
105+ --ignore-scripts
106+ env :
107+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 4949 - name : Setup Node.js
5050 uses : actions/setup-node@v6
5151 with :
52- node-version : 22
52+ node-version : 25
5353
5454 - name : Setup PNPM
5555 uses : pnpm/action-setup@v4
9494 - name : Setup Node.js
9595 uses : actions/setup-node@v6
9696 with :
97- node-version : 22
97+ node-version : 25
9898
9999 - name : Setup PNPM
100100 uses : pnpm/action-setup@v4
@@ -137,7 +137,7 @@ jobs:
137137 - name : Setup Node.js
138138 uses : actions/setup-node@v6
139139 with :
140- node-version : 22
140+ node-version : 25
141141
142142 - name : Setup PNPM
143143 uses : pnpm/action-setup@v4
@@ -194,7 +194,7 @@ jobs:
194194 - name : Setup Node.js
195195 uses : actions/setup-node@v6
196196 with :
197- node-version : 22
197+ node-version : 25
198198
199199 - name : Setup PNPM
200200 uses : pnpm/action-setup@v4
@@ -234,7 +234,7 @@ jobs:
234234 - name : Setup Node.js
235235 uses : actions/setup-node@v6
236236 with :
237- node-version : 22
237+ node-version : 25
238238 registry-url : " https://registry.npmjs.org"
239239
240240 - name : Setup PNPM
Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v6
2828 with :
29- node-version : 22
29+ node-version : 25
3030
3131 - name : Setup PNPM
3232 uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments