27a94d6f80e4b3e137640ed9c13b5403d8b0f956
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.6
with:
bun-version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
Specific version
- uses: xhyrom/setup-bun@v0.1.6
with:
bun-version: "0.1.5"
github-token: ${{ secrets.GITHUB_TOKEN }}
Canary builds
- uses: xhyrom/setup-bun@v0.1.6
with:
bun-version: canary
github-token: ${{ secrets.GITHUB_TOKEN }}
Description
Languages
TypeScript
100%