From b5757f3e8d9ed28a549f601b7aa09581f1c95306 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 1 May 2024 11:13:50 +0300 Subject: [PATCH] [core] Bump node image used by CI in docker --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 272d900fdd547..db7b6d12f1600 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ default-job: &default-job REACT_DIST_TAG: << parameters.react-dist-tag >> working_directory: /tmp/mui docker: - - image: cimg/node:18.19 + - image: cimg/node:18.20 # CircleCI has disabled the cache across forks for security reasons. # Following their official statement, it was a quick solution, they # are working on providing this feature back with appropriate security measures.