We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1056bc2 commit 9aa1d83Copy full SHA for 9aa1d83
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
node-version: 24
26
cache: "yarn"
27
- run: yarn install --immutable
28
+ - name: Upgrade npm for trusted publishing
29
+ run: npm install -g npm@11.16.0
30
- name: Verify npm trusted publishing prerequisites
31
run: |
32
node --version
0 commit comments