From 61ff987cc9f40e8e21ed73108adb006d88408162 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 May 2022 19:12:11 +0200 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 e4fdc46..80cc2e8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="" -NODEJS_VERSION="14" +NODEJS_VERSION="14.19.2" #================================================= # PERSONAL HELPERS