Skip to content

Commit 8ea7606

Browse files
authoredJul 26, 2022
[core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (mui#33642)
1 parent 904410d commit 8ea7606

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ defaults: &defaults
4444
AWS_REGION_ARTIFACTS: eu-central-1
4545
working_directory: /tmp/material-ui
4646
docker:
47-
- image: cimg/node:12.22
47+
- image: cimg/node:14.19
4848

4949
# CircleCI has disabled the cache across forks for security reasons.
5050
# Following their official statement, it was a quick solution, they

‎.codesandbox/ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"buildCommand": "build:codesandbox",
33
"installCommand": "install:codesandbox",
4-
"node": "12",
4+
"node": "14",
55
"packages": [
66
"packages/mui-material",
77
"packages/mui-codemod",

‎netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
command = "yarn docs:build && yarn docs:export"
99

1010
[build.environment]
11-
NODE_VERSION = "12"
11+
NODE_VERSION = "14"
1212
# Not using `playwright` when building docs.
1313
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
1414

0 commit comments

Comments
 (0)
Please sign in to comment.