We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2814010 commit 65973c1Copy full SHA for 65973c1
1 file changed
.github/workflows/release.yml
@@ -47,7 +47,8 @@ jobs:
47
48
# Ensure npm 11.5.1 or later is installed for correct OIDC publishing
49
- name: Update npm
50
- run: npm install -g npm@latest
+ # (using v11.10.0 to avoid Node.js bug causing an installation failure) https://github.com/npm/cli/issues/9151
51
+ run: npm install -g npm@~11.10.0
52
53
- name: Install dependencies
54
run: pnpm install
0 commit comments