Commit 5576b54
shahinyanm
ci: install with npm, not bun — fix the v0.7.0 release build
The release build failed at "Install deps": bun --frozen-lockfile saw a
bun.lock that still pinned aimux 0.17.0 while package.json now asks ^0.19.0.
The project is npm-canonical (README installs via npm); bun is only needed to
compile the self-contained binary. So:
- install with `npm ci` (root + web), add setup-node 22; keep `bun build
--compile` as the only bun step.
- package-lock.json referenced aimux as `file:../aimux` (a local dev link that
can't resolve in CI) — repoint it to the published npm @digital-threads/aimux
0.19.0.
- drop the now-unused bun.lock files.
Claude-Session: https://claude.ai/code/session_012GujqUM9Rzsu9dmhee8fQy1 parent 5653e4f commit 5576b54
4 files changed
Lines changed: 45 additions & 887 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | | - | |
| 37 | + | |
35 | 38 | | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments