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",
|
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(
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user