chore: enforce minimum node version 22.0.0 in package.json engines
This commit is contained in:
parent
e27ab25376
commit
ae654c41fd
@ -60,5 +60,8 @@
|
||||
"typescript": "~5.9.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"vite": "^7.2.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user