Update package.json

Node version is now 18 or greater
This commit is contained in:
Nailington 2023-07-15 19:20:06 -04:00 committed by GitHub
parent b81147ed0c
commit 526e781823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,6 @@
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"engines": { "engines": {
"node": "19.x" "node": ">=18.x"
} }
} }