Skip to content

Commit b412935

Browse files
mishushakovclaude
andcommitted
Force npm self-install in release workflow
Works around npm's "Cannot find module 'promise-retry'" error when upgrading to npm 11.6 over the npm 10.x bundled with Node 22. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 6d54054 commit b412935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
346346
- name: Update npm
347347
run: |
348-
npm install -g npm@^11.6
348+
npm install -g --force npm@^11.6
349349
npm --version
350350
351351
- name: Install dependencies

0 commit comments

Comments
 (0)