Support for volta in web client (#1707)

* Support for volta in web client

* Make sure yarn and volta version of yarn match
This commit is contained in:
Charlie Tran 2020-06-22 13:14:08 -07:00 committed by GitHub
parent 3e0d658e62
commit 3db9e1efc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,10 @@
}
},
"dependencies": {
"yarn": "^1.10.1"
"yarn": "^1.22.4"
},
"volta": {
"node": "10.21.0",
"yarn": "1.22.4"
}
}