pnpm Upgrade Use these steps to update pnpm and CI pins without blunt search/replace. Steps (run from repo root) 1. Update pnpm locally - Try ; if pnpm is missing or self-update fails, run . - Capture the resulting version as . 2. Resolve pnpm package integrity - Query npm registry for the exact package integrity: . - Store the result as . - Abort if the integrity is missing or does not start with . - Convert the base64 digest after to lowercase hex, for example: - Store the result as . 3. Align package.json - Open and set to (preserve trailing newline and formatting). 4. Find latest pnpm/act…