Node.js package.json Engine

This commit is contained in:
David Corbitt
2022-01-18 17:52:40 -07:00
parent 7cf7188a9e
commit f4b9265e8d

View File

@@ -13,7 +13,7 @@
"extends": "@redwoodjs/eslint-config"
},
"engines": {
"node": ">=14.x <=16.x",
"node": ">=14.17 <=16.x",
"yarn": ">=1.15"
},
"prisma": {