Skip to content

Commit 43fcdde

Browse files
devversionwagnermaciel
authored andcommitted
build: downgrade bazel nodejs version to work with m1 (#24616)
The `16.14.0` NodeJS version is not provided in the Bazel NodeJS rules and we cannot update since FW is blocked on the rules_nodejs v5 update.. (cherry picked from commit 620e0cb)
1 parent c3090d6 commit 43fcdde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ bazel_skylib_workspace()
5555
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")
5656

5757
node_repositories(
58-
node_version = "16.14.0",
58+
# TOOD: Bring this in sync with CircleCI and nvmrc once we are on `rules_nodejs`#v5.
59+
node_version = "16.10.0",
5960
package_json = ["//:package.json"],
6061
)
6162

0 commit comments

Comments
 (0)