Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
setup-bun
bun
title: my-workflow jobs: my-job: title: my-job runs-on: ubuntu-latest steps: # ... - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2 // [!code ++] # run any `bun` or `bunx` command - run: bun install // [!code ++]
title: my-workflow jobs: my-job: title: my-job runs-on: ubuntu-latest steps: # ... - uses: oven-sh/setup-bun@v2 with: version: "latest" # or "canary" #
Was this page helpful?