File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77# To validate changes, use an online parser, eg.
88# http://yaml-online-parser.appspot.com/
99
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
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.
1515# 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" }}
1717# We want to invalidate the cache if the postinstall patches change. In order to apply new
1818# patches, a clean version of the node modules is needed. Additionally, we invalidate the cache
1919# if the Bazel version changes. We do this because otherwise the `bazelisk` cache folder will
2020# 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" }}-
2222
2323# Settings common to each job
2424var_5 : &job_defaults
You can’t perform that action at this time.
0 commit comments