Skip to content

Commit 02348f7

Browse files
tw93claude
andcommitted
🔧 Restore frozen-lockfile for consistent CI builds
Keep pnpm-lock.yaml in version control and use --frozen-lockfile to ensure reproducible builds across all environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9ddf506 commit 02348f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: "pnpm"
3333

3434
- name: Install dependencies
35-
run: pnpm install --no-frozen-lockfile
35+
run: pnpm install --frozen-lockfile
3636

3737
- name: Check EditorConfig compliance
3838
uses: editorconfig-checker/action-editorconfig-checker@main

0 commit comments

Comments
 (0)