feat: Add .nvmrc and align engines to Node 20

This commit is contained in:
Amir Golan
2025-05-03 14:53:17 +03:00
committed by Ralph Khreish
parent f058543888
commit f6142e56ca
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'task-master-ai': patch
---
Add .nvmrc and update engines field to Node 20

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
20

View File

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