diff --git a/.circleci/config.yml b/.circleci/config.yml index c73cf39b0c9d81..48fb2a7fa319ad 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:12.22 + - image: cimg/node:14.19 # CircleCI has disabled the cache across forks for security reasons. # Following their official statement, it was a quick solution, they diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 167e5dba390e98..26c16896a73608 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,7 +1,7 @@ { "buildCommand": "build:codesandbox", "installCommand": "install:codesandbox", - "node": "12", + "node": "14", "packages": [ "packages/mui-material", "packages/mui-codemod", diff --git a/netlify.toml b/netlify.toml index dbed4968aed091..74c7789a51aae7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "yarn docs:build && yarn docs:export" [build.environment] - NODE_VERSION = "12" + NODE_VERSION = "14" # Not using `playwright` when building docs. PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"