Skip to content

ci: Replace Bun with tsx in preview deployment cleanup workflow#17768

Merged
chargome merged 1 commit into
masterfrom
chargome/ci/replace-bun-tsx-preview-cleanup
May 15, 2026
Merged

ci: Replace Bun with tsx in preview deployment cleanup workflow#17768
chargome merged 1 commit into
masterfrom
chargome/ci/replace-bun-tsx-preview-cleanup

Conversation

@chargome
Copy link
Copy Markdown
Member

@chargome chargome commented May 15, 2026

Replace oven-sh/setup-bun with actions/setup-node + pnpm tsx in the
preview deployment cleanup workflow. The script only uses standard Node.js
APIs (process.env, fetch) , no bun specifics.

Adds tsx as a devDependency — it will be reused across the remaining
workflows that currently depend on Bun.

Part of a series of PRs to remove Bun from all CI workflows.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

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

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment May 15, 2026 8:48am
sentry-docs Ready Ready Preview, Comment May 15, 2026 8:48am

Request Review

Remove oven-sh/setup-bun and use npx tsx to run TypeScript scripts
instead. The script only uses standard Node.js APIs and doesn't need
a separate runtime or dependency installation.

Also adds tsx as a devDependency for use in subsequent workflow
migrations.

Co-Authored-By: Claude <noreply@anthropic.com>
@chargome chargome merged commit f0f26b3 into master May 15, 2026
19 checks passed
@chargome chargome deleted the chargome/ci/replace-bun-tsx-preview-cleanup branch May 15, 2026 12:10
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