Skip to content

fix(ci): stop upgrading npm in publish workflow#41

Merged
bntvllnt merged 1 commit intomainfrom
fix/publish-workflow-npm-upgrade
Apr 25, 2026
Merged

fix(ci): stop upgrading npm in publish workflow#41
bntvllnt merged 1 commit intomainfrom
fix/publish-workflow-npm-upgrade

Conversation

@bntvllnt
Copy link
Copy Markdown
Contributor

Summary

  • remove the npm install -g npm@latest step from the publish workflow
  • use the npm bundled with actions/setup-node@v4 instead of mutating the runner's global npm install
  • unblock the canary/release publish jobs after the post-merge Publish workflow for PR chore: prep v0.2.0 release and upgrade Convex #40 failed in the npm upgrade step

Validation

  • inspected the failed run: Publish Canary failed before publish with MODULE_NOT_FOUND: promise-retry while running npm install -g npm@latest
  • verified the workflow diff is limited to removing the failing upgrade step

Failure fixed

@bntvllnt bntvllnt self-assigned this Apr 25, 2026
@bntvllnt bntvllnt merged commit 02bd828 into main Apr 25, 2026
4 checks passed
@bntvllnt bntvllnt deleted the fix/publish-workflow-npm-upgrade branch April 25, 2026 12:27
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