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 bbfca62b66
commit 0d102bb918
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": {
"node": ">=10.9.0 <13.0.0",
"yarn": ">=1.17.3 <=1.19.1"
"yarn": ">=1.17.3 <1.20.0"
},
"private": true,
"dependencies": {

View file

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