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