mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 09:52:37 +00:00
bump minimal node version to v22.18.0 (#3877)
electron uses node v22.18 in its [current releases](https://releases.electronjs.org/), so we should go hand in hand and use that as the minimal node version
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -57,7 +57,7 @@
|
||||
"stylelint-prettier": "^5.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.14.0"
|
||||
"node": ">=22.18.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^38.0.0"
|
||||
|
||||
Reference in New Issue
Block a user