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.