Skip to content

Commit dea1b57

Browse files
committed
docs: clarify minimum supported Node.js version (#899)
1 parent c92d6b1 commit dea1b57

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ We recommend using the following versions:
2929

3030
| Dependency | Version |
3131
| --------------- | ------------------------------------ |
32+
| `Node.js` | `18.12.0`+, `20.x`, `22.x` |
3233
| `react` | `16.13.0`+, `17.x`, `18.x` or `19.x` |
3334
| `react-dom` | `16.13.0`+, `17.x`, `18.x` or `19.x |
3435
| `react-refresh` | `0.10.0`+ |
@@ -38,12 +39,13 @@ We recommend using the following versions:
3839
<summary>Minimum requirements</summary>
3940
<br />
4041

41-
| Dependency | Version |
42-
| --------------- | -------- |
43-
| `react` | `16.9.0` |
44-
| `react-dom` | `16.9.0` |
45-
| `react-refresh` | `0.10.0` |
46-
| `webpack` | `5.2.0` |
42+
| Dependency | Version |
43+
| --------------- | --------- |
44+
| `Node.js` | `18.12.0` |
45+
| `react` | `16.9.0` |
46+
| `react-dom` | `16.9.0` |
47+
| `react-refresh` | `0.10.0` |
48+
| `webpack` | `5.2.0` |
4749

4850
</details>
4951

0 commit comments

Comments
 (0)