Update nodejs version

Update to the latest nodejs LTS release. The old v16 ends security
support 2023.09.11.

* https://nodejs.org/en/blog/announcements/v20-release-announce
* https://nodejs.org/en/blog/announcements/nodejs16-eol

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2023-08-26 07:02:13 +02:00
parent c5671c6d97
commit 23988a9373
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
v16.14.2
v20.5.1

View file

@ -26,7 +26,7 @@ react-app and also by others consumers (like Thanos)
To be able to build the react application you need:
* npm >= v7
* node >= v16
* node >= v20
### Installing npm dependencies