Skip to content

Commit

Permalink
build: downgrade bazel nodejs version to work with m1 (#24616)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
devversion authored and wagnermaciel committed Mar 21, 2022
1 parent c3090d6 commit 43fcdde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ bazel_skylib_workspace()
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")

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

Expand Down

0 comments on commit 43fcdde

Please sign in to comment.