mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08:00
Update README.md
This commit is contained in:
parent
f4d14e03ff
commit
6ef34ab578
10
README.md
10
README.md
@ -28,6 +28,16 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
|
|||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Override download url
|
||||||
|
|
||||||
|
If you need to override the download URL, you can use the `bun-download-url` input.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- uses: oven-sh/setup-bun
|
||||||
|
with:
|
||||||
|
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip"
|
||||||
|
```
|
||||||
|
|
||||||
### Node.js not needed
|
### Node.js not needed
|
||||||
|
|
||||||
In most cases, you shouldn't need to use the [setup-node](https://github.com/actions/setup-node) GitHub Action.
|
In most cases, you shouldn't need to use the [setup-node](https://github.com/actions/setup-node) GitHub Action.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user