Skip to content

Commit eebde2e

Browse files
authored
[core] Update supported Node.js version to 14 (#43315)
1 parent 884b4bf commit eebde2e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
pull_request:
1010
paths-ignore:
1111
# should sync with ci-check.yml as a workaround to bypass github checks
12-
- 'docs/**'
1312
- 'examples/**'
1413

1514
permissions: {}

docs/data/material/getting-started/supported-platforms/supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can expect Material UI's components to render without major issues.
2525

2626
<!-- #stable-snapshot -->
2727

28-
Material UI supports [Node.js](https://github.com/nodejs/node) starting with version 12.0 for server-side rendering.
28+
Material UI supports [Node.js](https://github.com/nodejs/node) starting with version 14.0 for server-side rendering.
2929
The objective is to support Node.js down to the [last version in maintenance mode](https://github.com/nodejs/Release#release-schedule).
3030

3131
## React

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"directory": "build"
103103
},
104104
"engines": {
105-
"node": ">=12.0.0"
105+
"node": ">=14.0.0"
106106
},
107107
"pigment-css": {
108108
"vite": {

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"directory": "build"
7777
},
7878
"engines": {
79-
"node": ">=12.0.0"
79+
"node": ">=14.0.0"
8080
}
8181
}

0 commit comments

Comments
 (0)