pnpm install --frozen-lockfile
Category: Node.js & npm/yarn
pnpm install --frozen-lockfile
Install from the lockfile exactly without updating it — use in CI/CD for reproducible builds
Installs from pnpm-lock.yaml exactly without any modifications — the right mode for CI where reproducibility is required.