Commit a41a9c8
ci: pin Node 22 before bun install so better-sqlite3 builds on Blacksmith runners
The format, lint, typecheck, and desktop-smoke jobs relied on the runner's
default Node. On blacksmith-4vcpu-ubuntu-2404 that is v20.20.0, where
better-sqlite3's node-gyp fallback (no prebuilt binary matched for the
runner) crashes: node-gyp's undici calls webidl.markAsUncloneable, which
only exists in Node 22.10+. Pin Node 22 before `bun install`, matching the
existing test/e2e jobs that hit the same issue.
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>1 parent a67432c commit a41a9c8
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
54 | 68 | | |
55 | 69 | | |
56 | 70 | | |
| |||
73 | 87 | | |
74 | 88 | | |
75 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
76 | 97 | | |
77 | 98 | | |
78 | 99 | | |
| |||
260 | 281 | | |
261 | 282 | | |
262 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
263 | 291 | | |
264 | 292 | | |
265 | 293 | | |
| |||
0 commit comments