Skip to content

fix(ci): remove broken npm self-upgrade from publish job#93

Merged
xrutayisire merged 1 commit intomasterfrom
xru/verify-release-ci
Apr 3, 2026
Merged

fix(ci): remove broken npm self-upgrade from publish job#93
xrutayisire merged 1 commit intomasterfrom
xru/verify-release-ci

Conversation

@xrutayisire
Copy link
Copy Markdown
Owner

Summary

  • Removes the npm install -g npm@latest step from the publish job that broke the v6.0.1 release
  • The self-upgrade fails on newer Node.js runners with Cannot find module 'promise-retry'
  • The bundled npm is sufficient for npm publish

Note

After merging, the v6.0.1 publish will need to be re-triggered (re-run the failed job or publish manually) since release-please won't fire again for the existing release.

🤖 Generated with Claude Code

The self-upgrade step fails on newer Node.js runners with
"Cannot find module 'promise-retry'". It was never needed since
the bundled npm is sufficient for `npm publish`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@xrutayisire xrutayisire merged commit 9405227 into master Apr 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant