diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b073d70f74b29..da2d4733ab757c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ defaults: &defaults AWS_REGION_ARTIFACTS: eu-central-1 working_directory: /tmp/material-ui docker: - - image: circleci/node:12 + - image: cimg/node:12.22 # CircleCI has disabled the cache across forks for security reasons. # Following their official statement, it was a quick solution, they