Skip to content

Commit a13ca66

Browse files
committed
build: update to nodejs v16.14.0 and switch away from deprecated docker image
https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
1 parent 26fc03e commit a13ca66

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.10.0
11-
var_2: &docker-browser-image circleci/node:16.10.0-browsers
10+
var_1: &docker_image cimg/node:16.14.0
11+
var_2: &docker-browser-image cimg/node:16.14.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.10.0
1+
16.14.0

WORKSPACE

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

5757
node_repositories(
58-
node_version = "16.10.0",
58+
node_version = "16.14.0",
5959
package_json = ["//:package.json"],
6060
)
6161

0 commit comments

Comments
 (0)