From e7472d905a10c849808bcd58d192b070f548e350 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 19 Jun 2024 13:47:15 -0400 Subject: [PATCH] finish moving to node 18+ closes #85 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",