Skip to content

Commit

Permalink
docs(README): add a warning about node version (#1025)
Browse files Browse the repository at this point in the history
* docs(README): add a warning about node version

* Update README.md

Co-authored-by: Jan Romann <[email protected]>

* docs(README): review fix newline

Co-authored-by: Jan Romann <[email protected]>

* Update README.md

Co-authored-by: danielpeintner <[email protected]>

* docs(readme): improve Node.js support warning

---------

Co-authored-by: Jan Romann <[email protected]>
Co-authored-by: danielpeintner <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2023
1 parent 3d38bb4 commit 56875c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 56875c4

Please sign in to comment.