From 70b2209d6a29427e182077553d8dd887a6fe5922 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Jul 2020 17:14:20 +0200 Subject: [PATCH] Update Node to v12 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9ed0f6d..03fa0ab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="ffmpeg postgresql postgresql-contrib openssl g++ redis-server redis-tools mailutils apt-transport-https" -YNH_NODEJS_VERSION=10 +YNH_NODEJS_VERSION=12 #================================================= # PERSONAL HELPERS