diff --git a/scripts/_common.sh b/scripts/_common.sh index acb6dce..1484290 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # nodejs version -nodejs_version=16 +nodejs_version=13 # dependencies used by the app pkg_dependencies="sqlite3"