Skip to content

Commit ccf3f46

Browse files
devversionzarend
authored andcommitted
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 ba8d14c commit ccf3f46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# To validate changes, use an online parser, eg.
88
# http://yaml-online-parser.appspot.com/
99

10-
var_1: &docker_image circleci/node:16.6.0
11-
var_2: &docker-firefox-image circleci/node:16.6.0-browsers
10+
var_1: &docker_image circleci/node:16.10.0
11+
var_2: &docker-firefox-image circleci/node:16.10.0-browsers
1212

1313
# **Note**: When updating the beginning of the cache key, also update the cache key to match
1414
# the new cache key prefix. This allows us to take advantage of CircleCI's fallback caching.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.6.0
1+
16.10.0

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)