Feat/add nvmrc (#612)

* feat: Add .nvmrc and align engines to Node 20

* chore: set nvm to 22, engines to 18

* chore: format

* chore: add changeset

---------

Co-authored-by: Amir Golan <amirgolan@Amirs-MacBook-Pro.local>
This commit is contained in:
Ralph Khreish
2025-05-28 15:02:15 +02:00
committed by GitHub
parent f058543888
commit 669b744ced
3 changed files with 120 additions and 114 deletions

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": minor
---
Increased minimum required node version to > 18 (was > 14)

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
22

View File

@@ -74,7 +74,7 @@
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=18.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",