Commit 44d7df3
committed
feat: add Node.js version management
- Add .nvmrc for nvm users (22.12.0)
- Add .tool-versions for asdf users (22.12.0)
- Add engines field to package.json to enforce Node >=22 <23
- Specify Yarn >=4.0.0 as required package manager
This provides clear Node.js version requirements for local development,
aligning with the CI/CD configuration (Node 22.x).1 parent a90583a commit 44d7df3
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments