You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Bun
v0.1.6
Huge inspiration setup-deno
Set up your GitHub Actions workflow with a specific version of Bun.
- uses: xhyrom/[email protected]
with:
bun-version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: xhyrom/[email protected]
with:
bun-version: "0.1.5"
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: xhyrom/[email protected]
with:
bun-version: canary
github-token: ${{ secrets.GITHUB_TOKEN }}