From 799279cc43b65b458be7069a7837e16904767ced Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 12 Oct 2021 10:39:01 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10ac14f51..362f63eae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,8 +14,8 @@ # **NOTE 1**: Pin to exact images using an ID (SHA). See https://circleci.com/docs/2.0/circleci-images/#using-a-docker-image-id-to-pin-an-image-to-a-fixed-version. # (Using the tag in not necessary when pinning by ID, but include it anyway for documentation purposes.) # **NOTE 2**: If you change the version of the docker images, also change the `cache_key` suffix. -var_1: &docker_image cimg/node:14.15.0 -var_2: &cache_key angular_universal-{{ checksum "yarn.lock" }}-{{ checksum "WORKSPACE" }}-node-14.15.0 +var_1: &docker_image cimg/node:14.17 +var_2: &cache_key angular_universal-{{ checksum "yarn.lock" }}-{{ checksum "WORKSPACE" }}-node-14.17 # Workspace initially persisted by the `setup` job. # https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs