mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
The 0.7.36 exact-pin landed via an npm install, which wrote a stray package-lock.json and left pnpm-lock.yaml stale — the image build's pnpm install --frozen-lockfile then correctly refused the spec mismatch, blocking deploys. Lockfile regenerated with the Dockerfile's own pinned pnpm@11.10.0 (resolves @hyperframes/producer@0.7.36 exactly, frozen-lockfile install and the sidecar's node --test 15/15 verified locally); the npm lockfile is removed — this package is pnpm-managed.