Update package.json

This commit is contained in:
ErikrafT 2025-05-07 17:53:47 -03:00 committed by GitHub
parent add85c76d1
commit a03ba55b62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"nodemon": "^3.0.3"
},
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0 <19.0.0"
},
"private": true
}