Change back to previous node version

This commit is contained in:
Alstruit 2024-06-16 05:38:02 -05:00
parent 8c94bf8113
commit 51f1095f0a
No known key found for this signature in database
GPG key ID: 4F57E6793C946CEC

View file

@ -11,7 +11,7 @@
"test": "jest --runInBand" "test": "jest --runInBand"
}, },
"engines": { "engines": {
"node": "^18.*" "node": ">=18.0.0 <18.19.0"
}, },
"pre-commit": [ "pre-commit": [
"db:validate" "db:validate"