diff options
| author | Dax Raad <[email protected]> | 2025-11-02 15:41:32 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-02 15:42:15 -0500 |
| commit | d1cd7d0344f8de03ab6bf222512d4615cbca7ec4 (patch) | |
| tree | f67b6721d01e13f857e62cab5990295cf2ad3460 /.github/actions | |
| parent | 06ac1be226555c1d562a26de9c64dd64e3926275 (diff) | |
| download | opencode-d1cd7d0344f8de03ab6bf222512d4615cbca7ec4.tar.gz opencode-d1cd7d0344f8de03ab6bf222512d4615cbca7ec4.zip | |
ci: centralize Bun version to package.json to ensure consistent builds across CI and local development
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/setup-bun/action.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml index 108a53df2..b637ee7b7 100644 --- a/.github/actions/setup-bun/action.yml +++ b/.github/actions/setup-bun/action.yml @@ -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 |
