build(bazel): update bazel managed yarn to 1.13.0 (same as CI version) (#29311)

PR Close #29311
This commit is contained in:
Greg Magolan 2019-03-14 11:09:01 -07:00 committed by Matias Niemelä
parent 80379697e2
commit 6ab8c0b371
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ node_repositories(
node_version = "10.9.0",
package_json = ["//:package.json"],
preserve_symlinks = True,
yarn_version = "1.12.1",
yarn_version = "1.13.0",
)
yarn_install(

View File

@ -37,7 +37,7 @@ Try running `yarn bazel` instead.
# Setup the Node.js toolchain
node_repositories(
node_version = "10.9.0",
yarn_version = "1.12.1",
yarn_version = "1.13.0",
)
# Install our npm dependencies into @npm