Skip to content

ci(nestjs-trpc): use bun publish and fix version update for workspaces#79

Merged
KevinEdry merged 1 commit intomainfrom
fix/use-bun-publish
Feb 8, 2026
Merged

ci(nestjs-trpc): use bun publish and fix version update for workspaces#79
KevinEdry merged 1 commit intomainfrom
fix/use-bun-publish

Conversation

@KevinEdry
Copy link
Owner

Summary

Replace npm with bun for publishing. npm version fails on workspace:* dependencies — bun handles them natively. Also removes the Node.js setup step since bun handles everything.

Changes

  • Remove actions/setup-node step (no longer needed)
  • Replace npm publish --provenance with bun publish --access public
  • Replace npm version with jq for updating package.json version
  • Replace npm pack with bun pack in dry run
  • Remove id-token: write permission (was only needed for npm provenance)

@vercel
Copy link

vercel bot commented Feb 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nestjs-trpc-docs Ready Ready Preview, Comment Feb 8, 2026 6:00pm

Request Review

@KevinEdry KevinEdry merged commit ad9886d into main Feb 8, 2026
5 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