mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
Set up your GitHub Actions workflow with a specific version of Bun
.github/workflows | ||
dist | ||
node_modules | ||
src | ||
action.yml | ||
bun.lockb | ||
package.json | ||
README.md | ||
tsconfig.json |
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"