diff --git a/.circleci/config.yml b/.circleci/config.yml index 6084c882fb4a3e..6d423715d41ea5 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:18.16 + - image: cimg/node:16.20 # 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 5afb5c27d36021..433b8dc48a72e0 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,7 +1,7 @@ { "buildCommand": "build:codesandbox", "installCommand": "install:codesandbox", - "node": "18", + "node": "16", "packages": [ "packages/mui-material", "packages/mui-codemod", diff --git a/netlify.toml b/netlify.toml index 1be049827eae4b..402c168b084ecd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "yarn docs:build && yarn docs:export" [build.environment] - NODE_VERSION = "18" + NODE_VERSION = "16" # Not using `playwright` when building docs. PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"