Set up your GitHub Actions workflow with a specific version of Bun
Find a file
2022-07-12 08:39:36 +02:00
.github/workflows chore: workflow 2022-07-11 12:24:04 +02:00
dist change set-output name from deno-version to bun-version 2022-07-11 13:51:39 -07:00
node_modules fix: use node fetch 2022-07-11 09:59:12 +02:00
src feat: clean version 2022-07-12 08:39:36 +02:00
action.yml chore: base 2022-07-11 09:45:23 +02:00
bun.lockb fix: use node fetch 2022-07-11 09:59:12 +02:00
package.json chore: bump version 2022-07-12 07:35:26 +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"