Skip to content

Commit

Permalink
[docs] Clarify supported node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 19, 2020
1 parent ed9cdc6 commit 6f21469
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ You can expect Material-UI's components to render without major issues.
## Server

Because Material-UI supports server-side rendering, it needs to support the latest, stable releases of [Node.js](https://github.com/nodejs/node).
Where possible, the [LTS versions that are in maintenance](https://github.com/nodejs/Release#lts-schedule1) are supported. Right now, it supports **node v8.x** and newer versions.
Where possible, the [LTS versions that are in maintenance](https://github.com/nodejs/Release#lts-schedule1) are supported. We recommend using **node v10.x** or newever. However we still support **node v8.x**. The support of **node v8.x** will be stopped in Material-UI Version 5.

### CSS prefixing

Expand Down

0 comments on commit 6f21469

Please sign in to comment.