mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-15 21:40:12 +02:00
b66dd1b4a1ce3339643af80a72ceef0d7c7a7d65
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.0
with:
bun-version: latest
Specific version
- uses: xhyrom/setup-bun@v0.1.0
with:
bun-version: "0.1.2"
Languages
TypeScript
100%