From: Luigi Pinca Date: Sat, 1 Jul 2023 11:08:52 +0000 (+0200) Subject: updated minimum required Node.js version to 16.0.0 X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=7445c518d15ba6f0ca4d51ff2cee38815678cd17;p=binbsis50.git updated minimum required Node.js version to 16.0.0 --- diff --git a/package.json b/package.json index e6aab19..a369232 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start": "node app.js" }, "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" }, "dependencies": { "@sendgrid/mail": "^7.3.0",