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