mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-20 21:48:22 +02:00
Remove SHA support for now
This commit is contained in:
parent
c9c56206c0
commit
8465b4a4a7
4 changed files with 581 additions and 3 deletions
|
@ -32,7 +32,7 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
|
|||
|
||||
| Name | Description | Default | Examples |
|
||||
| -------------- | -------------------------------------------------- | ----------- | ------------------------------- |
|
||||
| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `<sha>` |
|
||||
| `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 pacakages. | `undefined` | `"@foo"`, `"@orgname"` |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue