Skip to content

fix(ci): remove broken npm upgrade step in dev-publish#106

Merged
samuelds merged 1 commit into
developfrom
fix/dev-publish-npm-upgrade
Apr 30, 2026
Merged

fix(ci): remove broken npm upgrade step in dev-publish#106
samuelds merged 1 commit into
developfrom
fix/dev-publish-npm-upgrade

Conversation

@samuelds
Copy link
Copy Markdown
Contributor

Summary

  • Remove the `npm install -g npm@latest` step that fails with `MODULE_NOT_FOUND: promise-retry` on Node 22.22.2.
  • `actions/setup-node@v5` already installs npm 10.9.7 which supports OIDC Trusted Publishing natively.
  • Same fix already applied on marketplace via PR #208.

Why

Impact

  • Dev-publish workflow on develop branch will succeed instead of failing on this step.
  • No functional change to the publish itself (snapshot dev versions).

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@samuelds samuelds enabled auto-merge (squash) April 30, 2026 16:20
@samuelds samuelds merged commit c9ce212 into develop Apr 30, 2026
9 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