Set up your GitHub Actions workflow with a specific version of Bun
Find a file
2022-07-11 12:19:26 +02:00
.github/workflows chore: workflow 2022-07-11 12:19:26 +02:00
dist chore: build & remove debug 2022-07-11 10:16:10 +02:00
node_modules fix: use node fetch 2022-07-11 09:59:12 +02:00
src chore: build & remove debug 2022-07-11 10:16:10 +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 fix: use node fetch 2022-07-11 09:59:12 +02:00
README.md chore: README 2022-07-11 10:18:22 +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@v1
  with:
    bun-version: latest

Specific version

- uses: xhyrom/setup-bun@v1
  with:
    bun-version: "0.1.2"