Node.js package.json Engine
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user