mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
feat: canary support
This commit is contained in:
parent
a0f9c413e5
commit
37397a08ec
4 changed files with 5 additions and 7 deletions
|
@ -21,11 +21,10 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
|||
bun-version: "0.1.3"
|
||||
```
|
||||
|
||||
### Test builds
|
||||
### Canary builds
|
||||
|
||||
```yaml
|
||||
- uses: xhyrom/setup-bun@v0.1.3
|
||||
with:
|
||||
bun-version: latest
|
||||
misc-test-builds: true
|
||||
bun-version: canary
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue