1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Bump NodeJS to v20

This commit is contained in:
tituspijean 2023-09-25 18:50:50 +02:00
parent 8a29dbac24
commit 978b81d675
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ name = "Ghost"
description.en = "Publishing, memberships, subscriptions and newsletters platform" description.en = "Publishing, memberships, subscriptions and newsletters platform"
description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" 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"] maintainers = ["Julien Malik"]
[upstream] [upstream]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
NODEJS_VERSION=18 NODEJS_VERSION=20
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS