Skip to content

Commit 8254b57

Browse files
committed
build: update node version used in bazel
Updates the Node version used in Bazel so that it does not fail with the minimium node version from Angular FW packages.
1 parent 7ace699 commit 8254b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ load("@build_bazel_rules_nodejs//:index.bzl", "check_bazel_version", "node_repos
4343
check_bazel_version("4.0.0")
4444

4545
node_repositories(
46-
node_version = "16.6.0",
46+
node_version = "16.10.0",
4747
package_json = ["//:package.json"],
4848
)
4949

0 commit comments

Comments
 (0)