fix(owpenbot): align bun builds and sidecar startup

This commit is contained in:
Benjamin Shafii
2026-01-28 21:20:26 -08:00
parent 58e6ad0ca9
commit c3e338a052
8 changed files with 167 additions and 62 deletions

View File

@@ -123,7 +123,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: "1.1.29"
bun-version: "1.3.6"
- name: Install dependencies
run: pnpm install --frozen-lockfile