Add no-cache option (#58)

This commit is contained in:
Max Schwenk
2024-02-23 14:09:38 -05:00
committed by GitHub
parent 0f37bd8169
commit d3603274ac
7 changed files with 41 additions and 24 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