diff --git a/manifest.json b/manifest.json index d0e56e6..369e0f1 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "abld@tutanota.com" }, "requirements": { - "yunohost": ">> 4.3.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index b305e6d..ee9709c 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.19.x #=================================================