diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e7722216ae737..bc332f6ee67f1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ defaults: &defaults REACT_DIST_TAG: << parameters.react-dist-tag >> working_directory: /tmp/material-ui docker: - - image: circleci/node:8.15 + - image: circleci/node:8.16 # 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. @@ -154,7 +154,7 @@ jobs: test_regressions: <<: *defaults docker: - - image: circleci/node:8.15 + - image: circleci/node:8.16 - image: selenium/standalone-chrome:3.11.0 steps: - checkout