0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

chore: add engines in root package.json

This commit is contained in:
Gao Sun 2021-07-26 22:06:13 +08:00
parent 11e4ef1d8d
commit 261efbab63

View file

@ -17,5 +17,9 @@
"workspaces": {
"packages": ["packages/*"],
"nohoist": ["**/module-alias"]
},
"engines": {
"node": ">=14.15.0",
"yarn": "^1.22.10"
}
}