Set up your GitHub Actions workflow with a specific version of Bun
Find a file
2022-07-25 22:31:43 +02:00
.github/workflows chore(workflows): update test 2022-07-16 18:53:20 +02:00
dist feat: canary support 2022-07-25 22:31:43 +02:00
node_modules feat: add @actions/cache 2022-07-12 09:00:22 +02:00
src feat: canary support 2022-07-25 22:31:43 +02:00
action.yml feat: add support for test builds 2022-07-12 18:39:58 +02:00
bun.lockb chore: debug 2022-07-12 09:31:35 +02:00
LICENSE chore: update package.json, license 2022-07-12 11:03:29 +02:00
package.json feat: canary support 2022-07-25 22:31:43 +02:00
README.md feat: canary support 2022-07-25 22:31:43 +02:00
tsconfig.json fix: use ES2018 2022-07-11 09:57:02 +02:00

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.3
  with:
    bun-version: latest

Specific version

- uses: xhyrom/setup-bun@v0.1.3
  with:
    bun-version: "0.1.3"

Canary builds

- uses: xhyrom/setup-bun@v0.1.3
  with:
    bun-version: canary