build: support yarn 1.19.x (#34143)

PR Close #34143
This commit is contained in:
Igor Minar 2019-11-29 00:25:22 -08:00 committed by Miško Hevery
parent 5a7f33496b
commit b8eb2f2f23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
"//engines-comment": "Keep this in sync with ../package.json", "//engines-comment": "Keep this in sync with ../package.json",
"engines": { "engines": {
"node": ">=10.9.0 <13.0.0", "node": ">=10.9.0 <13.0.0",
"yarn": ">=1.17.3 <=1.19.1" "yarn": ">=1.17.3 <1.20.0"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {

View File

@ -9,7 +9,7 @@
"//engines-comment": "Keep this in sync with aio/package.json", "//engines-comment": "Keep this in sync with aio/package.json",
"engines": { "engines": {
"node": ">=10.9.0 <13.0.0", "node": ">=10.9.0 <13.0.0",
"yarn": ">=1.17.3 <=1.19.1" "yarn": ">=1.17.3 <1.20.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",