2022-07-16 18:53:20 +02:00
2022-07-16 18:47:40 +02:00
2022-07-12 09:00:22 +02:00
2022-07-12 18:39:58 +02:00
2022-07-12 09:31:35 +02:00
2022-07-12 11:03:29 +02:00
2022-07-16 18:48:17 +02:00
2022-07-13 09:42:54 +02:00
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"

Test builds

- uses: xhyrom/setup-bun@v0.1.3
  with:
    bun-version: latest
    misc-test-builds: true
Description
Set up your GitHub Actions workflow with a specific version of Bun
Readme MIT 36 MiB
Languages
TypeScript 100%