jacobcoffee/Setup Bun with bunenv
Set up a specific Bun version using bunenv for isolated environments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bun-version | Bun version to install (e.g., "latest", "1.3.3") | no | latest |
| variant | Bun variant to install ("", "baseline", "musl", "profile") | no | "" |
| github-token | GitHub token for API requests to avoid rate limits | no | ${{ github.token }} |
| cache | Enable caching of bunenv and Bun installations | no | true |
| python-version | Python version to use for installing bunenv | no | 3.12 |
Outputs
| name | description |
|---|---|
| bun-version | The actual Bun version that was installed |
| bunenv-path | Path to the bunenv environment directory |