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,10 +13,10 @@
"extends": "@redwoodjs/eslint-config" "extends": "@redwoodjs/eslint-config"
}, },
"engines": { "engines": {
"node": ">=14.x <=16.x", "node": ">=14.17 <=16.x",
"yarn": ">=1.15" "yarn": ">=1.15"
}, },
"prisma": { "prisma": {
"seed": "yarn rw exec seed" "seed": "yarn rw exec seed"
} }
} }