File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
# # IMPORTANT
18
18
# Windows needs its own cache key because binaries in node_modules are different.
19
19
# 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" }}
21
21
var_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 '
23
23
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
24
24
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
25
25
# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
@@ -338,6 +338,7 @@ workflows:
338
338
- setup
339
339
- e2e-cli :
340
340
name : e2e-cli
341
+ nodeversion : ' 14.15'
341
342
post-steps :
342
343
- store_artifacts :
343
344
path : /tmp/dist
You can’t perform that action at this time.
0 commit comments