Commit 4650bd9
fix(ci): pin bun version in trigger workflows and regenerate lockfile
* fix(ci): pin bun version in trigger workflows and regenerate lockfile
The lockfile was generated with bun 1.3.6 on Vercel but CI was running
an older bun via unpinned setup-bun@v2, causing --frozen-lockfile to
fail. Pin all trigger workflows to bun 1.3.4 and regenerate the
lockfile locally to match.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(ci): update packageManager to bun 1.3.4
Aligns the pinned bun version with what CI and developers use,
preventing lockfile format mismatches.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(deps): pin @browserbasehq/sdk to 2.6.0
The ^2.5.0/^2.6.0 range resolved to 2.10.0 on Vercel/Docker which has
breaking API changes (fingerprint and projectId moved). Pin to 2.6.0
to prevent unexpected upgrades.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3574357 commit 4650bd9
4 files changed
Lines changed: 15 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments