Compare commits

...

4 Commits

Author SHA1 Message Date
Ralph Khreish
5958a272ce chore: add changeset 2025-05-28 08:56:47 -04:00
Ralph Khreish
72a2154b01 chore: format 2025-05-28 08:53:48 -04:00
Amir Golan
471f152c1c chore: set nvm to 22, engines to 18 2025-05-28 08:51:45 -04:00
Amir Golan
f6142e56ca feat: Add .nvmrc and align engines to Node 20 2025-05-28 08:51:27 -04:00
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",