2023-02-22 18:11:20 -08:00
2023-02-22 18:05:23 -08:00
2023-02-22 17:47:24 -08:00
2023-02-22 18:11:20 -08:00
2023-02-22 17:47:24 -08:00
2023-02-22 17:47:24 -08:00
2023-02-22 17:47:24 -08:00
2022-07-12 11:03:29 +02:00
2023-02-22 17:47:24 -08:00
2023-02-22 17:47:24 -08:00
2023-02-22 17:47:24 -08:00

setup-bun

Download, install, and setup Bun in GitHub Actions.

Usage

Stable 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

Custom Download URL

- uses: oven-sh/setup-bun@v1
  with:
    bun-download-url: https://example.com/path/to/bun.zip
Description
Set up your GitHub Actions workflow with a specific version of Bun
Readme MIT 36 MiB
Languages
TypeScript 100%