We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5692aa4 commit 7c02253Copy full SHA for 7c02253
1 file changed
.github/workflows/node-release.yml
@@ -162,10 +162,13 @@ jobs:
162
- name: Set up Node.js
163
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
164
with:
165
- node-version: "24.18.0"
+ node-version: "24"
166
registry-url: "https://registry.npmjs.org"
167
package-manager-cache: false
168
169
+ - name: Install trusted-publishing npm
170
+ run: npm install --global npm@11.15.0
171
+
172
- name: Download verified package
173
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
174
0 commit comments