Commit 1bf897a
Fix CI/local Node version differences causing Prettier inconsistencies
- 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.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent f77bd54 commit 1bf897a
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