From 56875c47b6d75bdfa43cf709ce3d5de4f0cf9042 Mon Sep 17 00:00:00 2001 From: Cristiano Aguzzi Date: Wed, 2 Aug 2023 13:59:14 +0200 Subject: [PATCH] docs(README): add a warning about node version (#1025) * docs(README): add a warning about node version * Update README.md Co-authored-by: Jan Romann * docs(README): review fix newline Co-authored-by: Jan Romann * Update README.md Co-authored-by: danielpeintner * docs(readme): improve Node.js support warning --------- Co-authored-by: Jan Romann Co-authored-by: danielpeintner --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bfd31bda..cb45820f9 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ cs.addCodec(new MyCodec("application/myType")); ### To use with Node.js -All systems require the following: +> **Warning**: We no longer actively support Node.js version 14 and lower. +> Node.js version 20 is not yet supported (https://github.com/eclipse-thingweb/node-wot/issues/1004) - [Node.js](https://nodejs.org/) version 14+ - [npm](https://www.npmjs.com/) version 7+