From 509fde5afc4165605c34e1a768c18afb59d61a0d Mon Sep 17 00:00:00 2001 From: ZeeshanTamboli Date: Wed, 17 May 2023 12:03:06 +0530 Subject: [PATCH] upgrade to Node v18 --- .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 6d423715d41ea5..6084c882fb4a3e 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:16.20 + - image: cimg/node:18.16 # 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 433b8dc48a72e0..5afb5c27d36021 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,7 +1,7 @@ { "buildCommand": "build:codesandbox", "installCommand": "install:codesandbox", - "node": "16", + "node": "18", "packages": [ "packages/mui-material", "packages/mui-codemod", diff --git a/netlify.toml b/netlify.toml index 402c168b084ecd..1be049827eae4b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "yarn docs:build && yarn docs:export" [build.environment] - NODE_VERSION = "16" + NODE_VERSION = "18" # Not using `playwright` when building docs. PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"