build(bazel): revert back to yarn 1.12.1 under Bazel to fix Windows file-in-use issues (#29431)

PR Close #29431
This commit is contained in:
Greg Magolan 2019-03-20 15:55:31 -04:00 committed by Matias Niemelä
parent 9eb8274991
commit d2b64cc008
2 changed files with 2 additions and 2 deletions

View File

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

View File

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