Bump minimum node version to LTS

This commit is contained in:
FoxxMD
2022-03-29 14:46:40 -04:00
parent 3feb1a3e73
commit f9727f58a9

View File

@@ -21,7 +21,7 @@
"initMigration": "npm run typeorm -- migration:generate -t 1642180264563 -d ormconfig.js \"src/Common/Migrations/Database/init\""
},
"engines": {
"node": ">=15"
"node": ">=16"
},
"keywords": [],
"author": "",