Skip to content

Commit de93235

Browse files
authored
Merge pull request #324 from ZJvandeWeg/zj-node-versions
Update supported Node versions
2 parents 1d2d664 + a686959 commit de93235

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/faq/node-versions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ title: Supported Node versions
55
slug: node versions
66
---
77

8-
Node-RED currently recommends **Node 16.x LTS**.
8+
Node-RED currently recommends **Node 18.x or Node 20.x**.
99

1010
Version | Support Level | Notes
1111
-----------|-----------------|------
1212
< 10.x | *Unsupported* | Node-RED 1.x or earlier only
1313
**12.x** | *Supported* | Node-RED 2.x or earlier only
14-
**14.x** | Supported |
15-
**16.x** | **Recommended** |
16-
**18.x** | Supported |
14+
**14.x** | *Supported* |
15+
**16.x** | Supported |
16+
**18.x** | **Recommended** |
17+
**20.x** | **Recommended** |
1718

1819
We try to stay up to date with Node.js releases. Our goal is to support
1920
the [Maintenance and Active LTS releases](https://nodejs.org/en/about/releases/).

0 commit comments

Comments
 (0)