finish moving to node 18+

closes #85
deepsource-autofix-76c6eb20
Dan Gowans 2024-06-19 13:47:15 -04:00
parent 483a4798de
commit e7472d905a
1 changed files with 1 additions and 1 deletions

View File

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