Skip to content

Commit 054d776

Browse files
committed
ci: update Node.js to version 12.20 from 12.18
This is needed for `tests/legacy-cli/e2e/tests/update/update-7.0.ts` due to `The Angular CLI requires a minimum Node.js version of either v12.20, v14.15, or v16.10.`
1 parent 021d281 commit 054d776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ orbs:
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 angular_devkit-12.18-{{ checksum "yarn.lock" }}
21-
var_1_win: &cache_key_win angular_devkit-win-12.18-{{ checksum "yarn.lock" }}
22-
var_3: &default_nodeversion "12.18"
20+
var_1: &cache_key angular_devkit-12.20-{{ checksum "yarn.lock" }}
21+
var_1_win: &cache_key_win angular_devkit-win-12.20-{{ checksum "yarn.lock" }}
22+
var_3: &default_nodeversion "12.20"
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/

0 commit comments

Comments
 (0)