mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
Update CI/CD guide (#7050)
* Update CI/CD guide The guide at https://bun.sh/guides/runtime/cicd shows an outdated example for specifying a version of Bun. It currently shows "version" and it should be updated to "bun-version". * Add more examples in CI/CD guide
This commit is contained in:
committed by
GitHub
parent
1db1941577
commit
bf767b53d7
@@ -35,7 +35,7 @@ jobs:
|
||||
# ...
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
+ with:
|
||||
+ version: 0.7.0 # or "canary"
|
||||
+ bun-version: 1.0.11 # or "latest", "canary", <sha>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user