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:
parent
9eb8274991
commit
d2b64cc008
|
@ -48,7 +48,7 @@ node_repositories(
|
|||
node_version = "10.9.0",
|
||||
package_json = ["//:package.json"],
|
||||
preserve_symlinks = True,
|
||||
yarn_version = "1.13.0",
|
||||
yarn_version = "1.12.1",
|
||||
)
|
||||
|
||||
yarn_install(
|
||||
|
|
|
@ -37,7 +37,7 @@ Try running `yarn bazel` instead.
|
|||
# Setup the Node.js toolchain
|
||||
node_repositories(
|
||||
node_version = "10.9.0",
|
||||
yarn_version = "1.13.0",
|
||||
yarn_version = "1.12.1",
|
||||
)
|
||||
|
||||
# Install our npm dependencies into @npm
|
||||
|
|
Loading…
Reference in New Issue