diff --git a/.circleci/config.yml b/.circleci/config.yml index eadf09608b7f6e..82dee66c3f4fd6 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: cimg/node:14.20 + - image: cimg/node:14.21 # CircleCI has disabled the cache across forks for security reasons. # Following their official statement, it was a quick solution, they