Skip to content

Regenerate the lockfile with the pinned pnpm - #6

Merged
awlevin merged 1 commit into
mainfrom
fix-lockfile
Sep 3, 2026
Merged

Regenerate the lockfile with the pinned pnpm#6
awlevin merged 1 commit into
mainfrom
fix-lockfile

Conversation

@awlevin

@awlevin awlevin commented Sep 3, 2026

Copy link
Copy Markdown
Owner

CI on main failed at pnpm install --frozen-lockfile with ERR_PNPM_LOCKFILE_BREAKING_CHANGE. #5 was installed with a global pnpm 8.10.4, which rewrote pnpm-lock.yaml from lockfile v9 to v6; CI uses the pinned pnpm@10.34.5 and rejects it.

Regenerated with pnpm@10.34.5. Verified locally: install --frozen-lockfile passes, 50/50 tests pass.

🤖 Generated with Claude Code

The refactor was installed with a global pnpm 8, which rewrote the
lockfile as v6. CI runs the pinned pnpm 10 and refuses a v6 lockfile
under --frozen-lockfile.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
spoken-text Ready Ready Preview Sep 3, 2026 2:39am UTC

@awlevin
awlevin merged commit c600a2c into main Sep 3, 2026
2 of 3 checks passed
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