File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# To validate changes, use an online parser, eg.
8
8
# http://yaml-online-parser.appspot.com/
9
9
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
12
12
13
13
# **Note**: When updating the beginning of the cache key, also update the cache key to match
14
14
# the new cache key prefix. This allows us to take advantage of CircleCI's fallback caching.
Original file line number Diff line number Diff line change 1
- 16.10 .0
1
+ 16.14 .0
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ bazel_skylib_workspace()
55
55
load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" , "yarn_install" )
56
56
57
57
node_repositories (
58
- node_version = "16.10 .0" ,
58
+ node_version = "16.14 .0" ,
59
59
package_json = ["//:package.json" ],
60
60
)
61
61
You can’t perform that action at this time.
0 commit comments