]> git.example.dev Git - binbsis50.git/commitdiff
updated minimum required Node.js version to 18.0.0
authorLuigi Pinca <luigipinca@gmail.com>
Sat, 6 Sep 2025 12:59:40 +0000 (14:59 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Sat, 6 Sep 2025 12:59:40 +0000 (14:59 +0200)
package.json

index 632fc807c33873b9b190dc306908aaabb746ae85..8e5a854fb6cf79ad83018d152a3852bded4df155 100644 (file)
@@ -13,7 +13,7 @@
     "start": "node app.js"
   },
   "engines": {
-    "node": ">=16.0.0"
+    "node": ">=18.0.0"
   },
   "dependencies": {
     "async": "^3.1.1",