Commit 27cb401
committed
ci: fix yarn.lock consistency issues in formatting workflow
- Set exact yarn version (1.22.22) using corepack for consistency
- Use 'yarn install --frozen-lockfile' instead of plain 'yarn'
- Exclude yarn.lock from formatting diff check to prevent false failures
- Ensures consistent dependency resolution between local and CI environments
Resolves CI formatting failures caused by yarn version differences.1 parent d492663 commit 27cb401
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | | - | |
| 25 | + | |
0 commit comments