diff --git a/manifest.toml b/manifest.toml index e619dff..21c9045 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Node-RED" description.en = "Flow-based programming for the Internet of Things" description.fr = "Programmation par flux de données pour l'Internet des objets" -version = "3.1.4~ynh1" +version = "3.1.4~ynh2" maintainers = ["tituspijean"] diff --git a/scripts/_common.sh b/scripts/_common.sh index b818f0f..44277c5 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=20 #================================================= # PERSONAL HELPERS