File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
docs/data/material/getting-started/supported-platforms Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
1514permissions : {}
Original file line number Diff line number Diff 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.
2929The objective is to support Node.js down to the [ last version in maintenance mode] ( https://github.com/nodejs/Release#release-schedule ) .
3030
3131## React
Original file line number Diff line number Diff line change 102102 "directory" : " build"
103103 },
104104 "engines" : {
105- "node" : " >=12 .0.0"
105+ "node" : " >=14 .0.0"
106106 },
107107 "pigment-css" : {
108108 "vite" : {
Original file line number Diff line number Diff line change 7676 "directory" : " build"
7777 },
7878 "engines" : {
79- "node" : " >=12 .0.0"
79+ "node" : " >=14 .0.0"
8080 }
8181}
You can’t perform that action at this time.
0 commit comments