File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717# # IMPORTANT
1818# Windows needs its own cache key because binaries in node_modules are different.
1919# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
20- var_1 : &cache_key v1-angular_devkit-14.15 -{{ checksum "yarn.lock" }}
20+ var_1 : &cache_key v1-angular_devkit-14.17 -{{ checksum "yarn.lock" }}
2121var_1_win : &cache_key_win v1-angular_devkit-win-12.22-{{ checksum "yarn.lock" }}
22- var_3 : &default_nodeversion '14.15 '
22+ var_3 : &default_nodeversion '14.17 '
2323# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
2424# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
2525# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
@@ -338,6 +338,7 @@ workflows:
338338 - setup
339339 - e2e-cli :
340340 name : e2e-cli
341+ nodeversion : ' 14.15'
341342 post-steps :
342343 - store_artifacts :
343344 path : /tmp/dist
You can’t perform that action at this time.
0 commit comments