From 27d99e71c8f43b701b85d3c388bddfcf784ef46d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 10 Nov 2021 21:57:02 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 088dd05..58b5657 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # dependencies used by the app pkg_dependencies="postgresql" -nodejs_version=14 +nodejs_version=16 nodebb_version=v1.18.x #=================================================