diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fbb606fd2be75..e26b8f8b502480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: pull_request: paths-ignore: # should sync with ci-check.yml as a workaround to bypass github checks - - 'docs/**' - 'examples/**' permissions: {} diff --git a/docs/data/material/getting-started/supported-platforms/supported-platforms.md b/docs/data/material/getting-started/supported-platforms/supported-platforms.md index 087e1ac8adced6..1ac65e8248940e 100644 --- a/docs/data/material/getting-started/supported-platforms/supported-platforms.md +++ b/docs/data/material/getting-started/supported-platforms/supported-platforms.md @@ -25,7 +25,7 @@ You can expect Material UI's components to render without major issues. -Material UI supports [Node.js](https://github.com/nodejs/node) starting with version 12.0 for server-side rendering. +Material UI supports [Node.js](https://github.com/nodejs/node) starting with version 14.0 for server-side rendering. The objective is to support Node.js down to the [last version in maintenance mode](https://github.com/nodejs/Release#release-schedule). ## React diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index d4348a32215bf9..ae1479b62690ea 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -102,7 +102,7 @@ "directory": "build" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "pigment-css": { "vite": { diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 8afca4e4fe7284..a7333c5e0b7cb6 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -76,6 +76,6 @@ "directory": "build" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }