This commit is contained in:
Max schwenk 2024-02-22 12:59:43 -05:00
parent ebffcc41ce
commit 3f3e8f508f
4 changed files with 4 additions and 3 deletions

View file

@ -39,6 +39,7 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act
| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` |
| `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` |
| `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` |
| `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` |
## Outputs