Specify node version inside package.json (#2823)

This commit is contained in:
Alexandr Garbuzov 2023-06-15 10:25:58 +03:00 committed by GitHub
parent c4035a5765
commit d5a4dbdc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,5 +61,8 @@
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
},
"engines": {
"node": ">=18.0.0"
}
}