mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-14 21:10:13 +02:00
9f7c2a5c232eb2d9272442433e1a76ddcb92d44e
setup-bun
Huge inspiration setup-deno
Set up your GitHub Actions workflow with a specific version of Bun.
Usage
Latest stable
- uses: xhyrom/setup-bun@v0.1.2
with:
bun-version: latest
Specific version
- uses: xhyrom/setup-bun@v0.1.2
with:
bun-version: "0.1.3"
Languages
TypeScript
100%