Skip to content

fix(ci): sync lockfile to pinned prettier 3.8.1#14

Merged
ralyodio merged 1 commit into
masterfrom
fix/pin-prettier-lockfile
May 30, 2026
Merged

fix(ci): sync lockfile to pinned prettier 3.8.1#14
ralyodio merged 1 commit into
masterfrom
fix/pin-prettier-lockfile

Conversation

@ralyodio
Copy link
Copy Markdown
Contributor

Why

pnpm format:check failed in CI on apps/installer/package.json, but the file is clean locally. Root cause: package.json already pins prettier to 3.8.1, but pnpm-lock.yaml still recorded the specifier as ^3.2.0. A fresh CI install could resolve a different 3.x than local, which formats package.json differently and trips format:check.

Change

One line in pnpm-lock.yaml: prettier specifier ^3.2.03.8.1 so CI and local resolve the same prettier.

Verified

  • pnpm install --frozen-lockfile → "Lockfile is up to date"
  • pnpm format:check → "All matched files use Prettier code style!"

🤖 Generated with Claude Code

package.json already pins prettier to 3.8.1, but pnpm-lock.yaml still
recorded the specifier as ^3.2.0. CI's fresh install could resolve a
different 3.x than local, which reformatted apps/installer/package.json
and broke `format:check`. Align the lockfile specifier so CI and local
use the same prettier.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ralyodio ralyodio merged commit a522396 into master May 30, 2026
9 checks passed
@ralyodio ralyodio deleted the fix/pin-prettier-lockfile branch May 30, 2026 13:55
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