From 622bac9c2cf01e955bc2d20a5d0a0abb708e8e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 25 Jul 2022 10:43:27 +0200 Subject: [PATCH] Update node version on CircleCI, CodeSandbox, and Netlify --- .circleci/config.yml | 2 +- .codesandbox/ci.json | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c73cf39b0c9d81..1b266008a8784a 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:lts # 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..9f05d75be147f4 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,7 +1,7 @@ { "buildCommand": "build:codesandbox", "installCommand": "install:codesandbox", - "node": "12", + "node": "16", "packages": [ "packages/mui-material", "packages/mui-codemod", diff --git a/netlify.toml b/netlify.toml index dbed4968aed091..402c168b084ecd 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 = "16" # Not using `playwright` when building docs. PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"