diff --git a/scripts/_common.sh b/scripts/_common.sh index 82733be..3d61bd4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="postgresql apt-transport-https libssl-dev" -nodejs_version=14 +nodejs_version=12 #================================================= # PERSONAL HELPERS