Skip to content

Commit 7c02253

Browse files
committed
fix(release): make stable trusted publishing runnable
1 parent 5692aa4 commit 7c02253

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,13 @@ jobs:
162162
- name: Set up Node.js
163163
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
164164
with:
165-
node-version: "24.18.0"
165+
node-version: "24"
166166
registry-url: "https://registry.npmjs.org"
167167
package-manager-cache: false
168168

169+
- name: Install trusted-publishing npm
170+
run: npm install --global npm@11.15.0
171+
169172
- name: Download verified package
170173
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
171174
with:

0 commit comments

Comments
 (0)