From 0623e025d52cd31b04e60ba90bf4fdcaca843565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:03:47 +0530 Subject: [PATCH] Bump cimg/node Docker tag to v18.19 (#40080) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c640b0474cf1c..30d24c4e06b866 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ defaults: &defaults AWS_REGION_ARTIFACTS: eu-central-1 working_directory: /tmp/material-ui docker: - - image: cimg/node:18.18 + - image: cimg/node:18.19 # CircleCI has disabled the cache across forks for security reasons. # Following their official statement, it was a quick solution, they