mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci: centralize Bun version to package.json to ensure consistent builds across CI and local development
This commit is contained in:
parent
06ac1be226
commit
d1cd7d0344
2 changed files with 15 additions and 2 deletions
2
.github/actions/setup-bun/action.yml
vendored
2
.github/actions/setup-bun/action.yml
vendored
|
|
@ -5,6 +5,8 @@ runs:
|
|||
steps:
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: package.json
|
||||
|
||||
- name: Cache ~/.bun
|
||||
id: cache-bun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue