Change to specify Node 19.x

This commit is contained in:
riolubruh 2023-05-23 09:52:03 -05:00 committed by GitHub
parent 995049f118
commit 3c78a889cf
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"
}
}