build(bazel): update bazel managed yarn to 1.13.0 (same as CI version) (#29311)
PR Close #29311
This commit is contained in:
parent
80379697e2
commit
6ab8c0b371
@ -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.12.1",
|
yarn_version = "1.13.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
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.12.1",
|
yarn_version = "1.13.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install our npm dependencies into @npm
|
# Install our npm dependencies into @npm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user