Pin Bun for reproducible embedded review bundles

CI used a newer minifier than the local release build. Keep the byte-for-byte drift check and use one explicit build toolchain across local regeneration and CI.

AI assistance: OpenAI Codex.
This commit is contained in:
Paul Bakaus
2026-09-13 20:48:00 -07:00
parent 6a93a35293
commit 6a7e931f7e
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: latest
bun-version-file: .bun-version
- name: Install dependencies
run: bun install --frozen-lockfile