Skip to content

fix(ci): regenerate lockfile to fix frozen-lockfile install#36

Open
quinnjr wants to merge 1 commit intodevelopfrom
fix/ci-update-lockfile
Open

fix(ci): regenerate lockfile to fix frozen-lockfile install#36
quinnjr wants to merge 1 commit intodevelopfrom
fix/ci-update-lockfile

Conversation

@quinnjr
Copy link
Contributor

@quinnjr quinnjr commented Feb 17, 2026

Summary

  • Regenerate pnpm-lock.yaml to match current docs/package.json
  • CI was failing with ERR_PNPM_OUTDATED_LOCKFILE because the lockfile was stale

Test plan

  • CI pipeline passes with --frozen-lockfile after merge

CI fails with ERR_PNPM_OUTDATED_LOCKFILE because pnpm-lock.yaml was
out of sync with docs/package.json. The --frozen-lockfile flag in CI
correctly rejects stale lockfiles to prevent non-reproducible builds.

Regenerate the lockfile so CI can install with frozen-lockfile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant