Set up your GitHub Actions workflow with a specific version of Bun
Find a file
Nilesh Suthar 67e559db2c
fix: use copy instead of mv (#15)
* fix: use copy instead of mv

* fix: path does not exist
2023-09-07 19:46:23 +02:00
.github/workflows Do not fail-fast for action 2023-02-22 17:57:41 -08:00
dist fix: use copy instead of mv (#15) 2023-09-07 19:46:23 +02:00
node_modules Next release of setup-bun 2023-02-22 17:47:24 -08:00
src fix: use copy instead of mv (#15) 2023-09-07 19:46:23 +02:00
.gitignore Next release of setup-bun 2023-02-22 17:47:24 -08:00
action.yml Document usage of action downloads 2023-03-01 16:01:35 -08:00
bun.lockb Next release of setup-bun 2023-02-22 17:47:24 -08:00
LICENSE chore: update package.json, license 2022-07-12 11:03:29 +02:00
package.json Next release of setup-bun 2023-02-22 17:47:24 -08:00
README.md Document usage of action downloads 2023-03-01 16:01:35 -08:00
tsconfig.json Next release of setup-bun 2023-02-22 17:47:24 -08:00

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