Skip to content

Commit 65973c1

Browse files
authored
Change npm installation to version 11.10.0
Updated npm installation to use version 11.10.0 to avoid a known Node.js bug. Signed-off-by: Mario Beltrán <me@belco.dev>
1 parent 2814010 commit 65973c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747

4848
# Ensure npm 11.5.1 or later is installed for correct OIDC publishing
4949
- name: Update npm
50-
run: npm install -g npm@latest
50+
# (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
5152

5253
- name: Install dependencies
5354
run: pnpm install

0 commit comments

Comments
 (0)