We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1200e27 commit 7580c24Copy full SHA for 7580c24
1 file changed
.github/workflows/publish.yml
@@ -19,11 +19,11 @@ jobs:
19
- name: Use Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: '22'
+ node-version: '24.14.1'
23
registry-url: 'https://registry.npmjs.org'
24
25
- - name: Update npm to latest version for OIDC support
26
- run: npm install -g npm@latest
+ - name: Pin npm for trusted publishing
+ run: npm install -g npm@11.10.0
27
28
- name: Determine release tag
29
id: release_tag
0 commit comments