We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2d664 + a686959 commit de93235Copy full SHA for de93235
docs/faq/node-versions.md
@@ -5,15 +5,16 @@ title: Supported Node versions
5
slug: node versions
6
---
7
8
-Node-RED currently recommends **Node 16.x LTS**.
+Node-RED currently recommends **Node 18.x or Node 20.x**.
9
10
Version | Support Level | Notes
11
-----------|-----------------|------
12
< 10.x | *Unsupported* | Node-RED 1.x or earlier only
13
**12.x** | *Supported* | Node-RED 2.x or earlier only
14
- **14.x** | Supported |
15
- **16.x** | **Recommended** |
16
- **18.x** | Supported |
+ **14.x** | *Supported* |
+ **16.x** | Supported |
+ **18.x** | **Recommended** |
17
+ **20.x** | **Recommended** |
18
19
We try to stay up to date with Node.js releases. Our goal is to support
20
the [Maintenance and Active LTS releases](https://nodejs.org/en/about/releases/).
0 commit comments