Commit 7ef65c1
authored
Fix CI/local Node version differences causing Prettier inconsistencies (#1809)
- Update CI workflow to use Node 22 instead of Node 20 to match local development environment
- Add .nvmrc file to pin Node version for consistent development across team
This resolves the issue where CI Prettier checks fail while local checks pass,
caused by different Node versions processing files differently.1 parent bfa1c58 commit 7ef65c1
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments