File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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-12.18 -{{ checksum "yarn.lock" }}
21
- var_1_win : &cache_key_win v1-angular_devkit-win-12.18 -{{ checksum "yarn.lock" }}
22
- var_3 : &default_nodeversion "12.18 "
20
+ var_1 : &cache_key v1-angular_devkit-14.15 -{{ checksum "yarn.lock" }}
21
+ var_1_win : &cache_key_win v1-angular_devkit-win-14.15 -{{ checksum "yarn.lock" }}
22
+ var_3 : &default_nodeversion "14.15 "
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/
@@ -75,8 +75,8 @@ commands:
75
75
at : *workspace_location
76
76
setup_windows :
77
77
steps :
78
- - run : nvm install 12.13
79
- - run : nvm use 12.13
78
+ - run : nvm install 14.15
79
+ - run : nvm use 14.15
80
80
-
run :
npm install -g [email protected]
81
81
- run : node --version
82
82
- run : yarn --version
@@ -338,8 +338,8 @@ workflows:
338
338
- renovate/angular
339
339
- master
340
340
- e2e-cli :
341
- name : e2e-cli-node-14
342
- nodeversion : " 14.15 "
341
+ name : e2e-cli-node-12
342
+ nodeversion : " 12.18 "
343
343
<< : *only_release_branches
344
344
requires :
345
345
- e2e-cli
You can’t perform that action at this time.
0 commit comments