From eb9cf343b97fa0a2afa374d146fd9549c31f3847 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 12 Oct 2021 10:37:02 +0200 Subject: [PATCH] ci: update `default_nodeversion` to `14.17` This is needed because Eslint 8 requires 14.17.x or higher. --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67e6b474ec88..aa90ddd584b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,9 +17,9 @@ orbs: ## IMPORTANT # Windows needs its own cache key because binaries in node_modules are different. # See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI. -var_1: &cache_key v1-angular_devkit-14.15-{{ checksum "yarn.lock" }} +var_1: &cache_key v1-angular_devkit-14.17-{{ checksum "yarn.lock" }} var_1_win: &cache_key_win v1-angular_devkit-win-12.22-{{ checksum "yarn.lock" }} -var_3: &default_nodeversion '14.15' +var_3: &default_nodeversion '14.17' # Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`. # https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs # https://circleci.com/blog/deep-diving-into-circleci-workspaces/ @@ -338,6 +338,7 @@ workflows: - setup - e2e-cli: name: e2e-cli + nodeversion: '14.15' post-steps: - store_artifacts: path: /tmp/dist