Skip to content

Set up your GitHub Actions workflow with a specific version of Bun

License

Notifications You must be signed in to change notification settings

nil1511/setup-bun

 
 

Repository files navigation

setup-bun

Download, install, and setup Bun in GitHub Actions.

Usage

Latest release

- uses: oven-sh/setup-bun@v1
  with:
    bun-version: latest

Specific release

- uses: oven-sh/setup-bun@v1
  with:
    bun-version: "0.5.6"

Canary release

- uses: oven-sh/setup-bun@v1
  with:
    bun-version: canary

Specific canary release

- uses: oven-sh/setup-bun@v1
  with:
    bun-version: 9be68ac2350b965037f408ce4d47c3b9d9a76b63

Action run

- uses: oven-sh/setup-bun@v1
  with:
    bun-version: "action:4308768069"

Custom download URL

- uses: oven-sh/setup-bun@v1
  with:
    bun-download-url: https://example.com/path/to/bun.zip

About

Set up your GitHub Actions workflow with a specific version of Bun

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%