File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.17 -{{ checksum "yarn.lock" }}
21
- var_1_win : &cache_key_win v1-angular_devkit-win-12.22 -{{ checksum "yarn.lock" }}
22
- var_3 : &default_nodeversion '14.17 '
20
+ var_1 : &cache_key v1-angular_devkit-14.19 -{{ checksum "yarn.lock" }}
21
+ var_1_win : &cache_key_win v1-angular_devkit-win-14.19 -{{ checksum "yarn.lock" }}
22
+ var_3 : &default_nodeversion '14.19 '
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/
@@ -83,8 +83,8 @@ commands:
83
83
at : *workspace_location
84
84
setup_windows :
85
85
steps :
86
- - run : nvm install 12.22.1
87
- - run : nvm use 12.22.1
86
+ - run : nvm install 14.19
87
+ - run : nvm use 14.19
88
88
-
run :
npm install -g [email protected]
89
89
- run : node --version
90
90
- run : yarn --version
You can’t perform that action at this time.
0 commit comments