0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

Specify yarn version

This commit is contained in:
Gao Sun 2021-06-19 23:36:40 +08:00 committed by Gao Sun
parent f7bc09ae1f
commit 2a3063ddba

View file

@ -26,6 +26,7 @@
"xo": "0.39.1"
},
"engines": {
"node": "14"
"node": "14",
"yarn": "1"
}
}