Merge pull request #4229 from maxi4329/snodejsversion

specified required nodejs version
This commit is contained in:
netmindz 2024-11-13 09:20:27 +00:00 committed by GitHub
commit a9b0b8adc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,5 +27,8 @@
"html-minifier-terser": "^7.2.0",
"inliner": "^1.13.1",
"nodemon": "^3.1.7"
},
"engines": {
"node": ">=20.0.0"
}
}