Skip to content

Remove npm self-upgrade from release workflow#194

Merged
jiwon-oai merged 1 commit into
mainfrom
fix-release-pipeline
May 5, 2026
Merged

Remove npm self-upgrade from release workflow#194
jiwon-oai merged 1 commit into
mainfrom
fix-release-pipeline

Conversation

@jiwon-oai
Copy link
Copy Markdown
Collaborator

Remove the npm install -g npm@latest step from the release workflow:

  • This step currently fails when the github runner's bundled npm install is missing an internal dependency (promise-retry), blocking the workflow.
  • Updating npm globally is not required for the release; the release flow uses pnpm and actions/setup-node already configures Node/npm with the npm registry url.

@jiwon-oai jiwon-oai enabled auto-merge May 5, 2026 21:07
@jiwon-oai jiwon-oai added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit 478cb57 May 5, 2026
1 check passed
@jiwon-oai jiwon-oai deleted the fix-release-pipeline branch May 5, 2026 21:09
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