Merge pull request #120 from riolubruh/main

Specify Node 19.x in package.json
This commit is contained in:
Green! 2023-05-23 11:03:41 -04:00 committed by GitHub
commit 47826c87f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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