From f13971c8ee753794b6ac805b966347012f38ce31 Mon Sep 17 00:00:00 2001 From: tsimete Date: Thu, 2 Nov 2023 19:45:36 +0100 Subject: [PATCH] "Force version 20.9 on cimg until bug #370 is fixed on their side" https://github.com/CircleCI-Public/cimg-node/issues/370 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cfee0620..316b8d9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: cimg/node:lts-browsers + - image: cimg/node:20.9-browsers environment: CIRCLE_PIPELINE_NUMBER: << pipeline.number >> # Add steps to the job @@ -72,7 +72,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: "cimg/node:lts" + - image: "cimg/node:20.9" environment: CIRCLE_PIPELINE_NUMBER: << pipeline.number >> # Add steps to the job @@ -127,7 +127,7 @@ jobs: path: incap/frontend/coverage/lcov-report/index.html finalize: docker: - - image: "cimg/node:lts" + - image: "cimg/node:20.9" environment: CIRCLE_PIPELINE_NUMBER: << pipeline.number >> steps: