Update README.md

This commit is contained in:
Jarred Sumner 2024-06-02 04:02:05 -07:00
parent 45d2c09359
commit 43b2dc9ae8

View File

@ -47,7 +47,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-download-url` | URL to download .zip file for Bun release | generated | - |
| `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/"` |
| `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` |
| `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` |