Set up your GitHub Actions workflow with a specific version of Bun
Find a file
2022-07-12 09:39:16 +02:00
.github/workflows feat: use homedir from os 2022-07-12 09:39:16 +02:00
dist feat: use homedir from os 2022-07-12 09:39:16 +02:00
node_modules feat: add @actions/cache 2022-07-12 09:00:22 +02:00
src feat: use homedir from os 2022-07-12 09:39:16 +02:00
action.yml chore: base 2022-07-11 09:45:23 +02:00
bun.lockb chore: debug 2022-07-12 09:31:35 +02:00
package.json feat: add @actions/cache 2022-07-12 09:00:22 +02:00
README.md fix: readme 2022-07-11 17:00:34 +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.0
  with:
    bun-version: latest

Specific version

- uses: xhyrom/setup-bun@v0.1.0
  with:
    bun-version: "0.1.2"