qmd/.github/workflows
Jörg Thalheim 8c4b4b335d sync stale bun.lock, guard against future lockfile drift
bun.lock still resolved better-sqlite3 to 11.x after package.json was
bumped to ^12.4.5 in v2.0.0. This breaks sandboxed builds (e.g. Nix
with bun2nix) where network access is unavailable to resolve the
mismatch.

CI and the publish workflow now use --frozen-lockfile so drift is caught
immediately. The release script also validates lockfile consistency
before tagging.

Closes #386
2026-03-13 13:34:17 +01:00
..
ci.yml sync stale bun.lock, guard against future lockfile drift 2026-03-13 13:34:17 +01:00
publish.yml sync stale bun.lock, guard against future lockfile drift 2026-03-13 13:34:17 +01:00