Remove SHA support for now

This commit is contained in:
Ashcon Partovi 2023-11-17 15:52:55 -08:00
parent c9c56206c0
commit 8465b4a4a7
4 changed files with 581 additions and 3 deletions

View file

@ -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"` |