From 978b81d675f4191c7c96bcbcf7cefa7679827fe5 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 25 Sep 2023 18:50:50 +0200 Subject: [PATCH] Bump NodeJS to v20 --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8cb9f1c..a3d8e36 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ghost" description.en = "Publishing, memberships, subscriptions and newsletters platform" description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" -version = "5.65.0~ynh2" +version = "5.65.0~ynh3" maintainers = ["Julien Malik"] [upstream] diff --git a/scripts/_common.sh b/scripts/_common.sh index 702e69f..75bdfd1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION=18 +NODEJS_VERSION=20 #================================================= # PERSONAL HELPERS