From 23988a937320659757d64ccf2326f9a2e87a3a5f Mon Sep 17 00:00:00 2001 From: SuperQ Date: Sat, 26 Aug 2023 07:02:13 +0200 Subject: [PATCH] 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 --- web/ui/.nvmrc | 2 +- web/ui/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/ui/.nvmrc b/web/ui/.nvmrc index 6276cf12f..8c60e1e54 100644 --- a/web/ui/.nvmrc +++ b/web/ui/.nvmrc @@ -1 +1 @@ -v16.14.2 +v20.5.1 diff --git a/web/ui/README.md b/web/ui/README.md index b95422867..13e635d9d 100644 --- a/web/ui/README.md +++ b/web/ui/README.md @@ -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