1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-04 02:30:10 +08:00

Merge 0aefd31878aed3937d878b1443d7d72572eb7f2c into 54cb141c5c91e2fdc396be3155a391f28e1822eb

This commit is contained in:
Afonso Jorge Ramos 2025-02-21 18:27:37 +00:00 committed by GitHub
commit 40640884b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act
| Name | Description | Default | Examples |
| ------------------ | ----------------------------------------------------- | ----------- | ------------------------------------------------ |
| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` |
| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0` |
| `bun-version-file` | The version of Bun to download and install from file. | `undefined` | `package.json`, `.bun-version`, `.tool-versions` |
| `bun-download-url` | URL to download .zip file for Bun release | | |
| `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` |