diff --git a/package.json b/package.json index aa5b8535..b63e9bd0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "A system for managing the occupancy of lots. (i.e. Cemetery management)", "exports": "./app.js", "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=18.0.0" }, "scripts": { "start": "cross-env NODE_ENV=production node ./bin/www.js",