mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: add engines
in root package.json
This commit is contained in:
parent
13b516dccb
commit
bbb6be1e24
1 changed files with 4 additions and 0 deletions
|
@ -17,5 +17,9 @@
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": ["packages/*"],
|
"packages": ["packages/*"],
|
||||||
"nohoist": ["**/module-alias"]
|
"nohoist": ["**/module-alias"]
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.15.0",
|
||||||
|
"yarn": "^1.22.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue