DEVENV: Update NodeJS to v22 (#2318)

* move to minimum nodejs 22 (from 18)
This commit is contained in:
Michael Taylor
2025-09-23 15:46:26 -03:00
committed by GitHub
parent b1bdfc4a9e
commit 09ecd915c2
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -102,7 +102,7 @@
"webpack-dev-server": "^5.2.2"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@@ -108,7 +108,7 @@
}
},
"engines": {
"node": ">=18"
"node": ">=22"
},
"homepage": "https://bitburner-official.github.io/",
"repository": {