Require at least node 18

This commit is contained in:
Cohee 2024-05-20 14:27:51 +03:00
parent df2710bcbe
commit d902d0d202
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View File

@ -61,6 +61,9 @@
"@types/jquery": "^3.5.29", "@types/jquery": "^3.5.29",
"eslint": "^8.55.0", "eslint": "^8.55.0",
"jquery": "^3.6.4" "jquery": "^3.6.4"
},
"engines": {
"node": ">= 18"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {

View File

@ -44,6 +44,9 @@
"yargs": "^17.7.1", "yargs": "^17.7.1",
"yauzl": "^2.10.0" "yauzl": "^2.10.0"
}, },
"engines": {
"node": ">= 18"
},
"overrides": { "overrides": {
"parse-bmfont-xml": { "parse-bmfont-xml": {
"xml2js": "^0.5.0" "xml2js": "^0.5.0"