Skip to content

fix: remove npm upgrade step causing CI failure#7

Merged
phurpa-tsering merged 1 commit into
mainfrom
beta
May 15, 2026
Merged

fix: remove npm upgrade step causing CI failure#7
phurpa-tsering merged 1 commit into
mainfrom
beta

Conversation

@phurpa-tsering

@phurpa-tsering phurpa-tsering commented May 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Removes npm install -g npm@latest step from publish workflow
  • This step was causing MODULE_NOT_FOUND: promise-retry error in GitHub Actions

Root Cause

Upgrading npm globally in CI corrupts the existing npm installation on the runner, breaking subsequent npm commands.

@phurpa-tsering
phurpa-tsering merged commit b288fcd into main May 15, 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.

2 participants