File tree 1 file changed +4
-4
lines changed
1 file 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:14. 16.1
11
- var_2 : &docker-firefox-image circleci/node:14. 16.1 -browsers
10
+ var_1 : &docker_image circleci/node:16.6.0
11
+ var_2 : &docker-firefox-image circleci/node:16.6.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.
15
15
# Read more here: https://circleci.com/docs/2.0/caching/#restoring-cache.
16
- var_3 : &cache_key v8 -ng-mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-{{ checksum "WORKSPACE" }}-{{ checksum "yarn.lock" }}
16
+ var_3 : &cache_key v9 -ng-mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-{{ checksum "WORKSPACE" }}-{{ checksum "yarn.lock" }}
17
17
# We want to invalidate the cache if the postinstall patches change. In order to apply new
18
18
# patches, a clean version of the node modules is needed. Additionally, we invalidate the cache
19
19
# if the Bazel version changes. We do this because otherwise the `bazelisk` cache folder will
20
20
# contain all previously used versions and ultimately cause the cache restoring to be slower.
21
- var_4 : &cache_fallback_key v8 -ng-mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-
21
+ var_4 : &cache_fallback_key v9 -ng-mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-
22
22
23
23
# Settings common to each job
24
24
var_5 : &job_defaults
You can’t perform that action at this time.
0 commit comments