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:
@@ -119,7 +119,7 @@
|
||||
"electron": "^38.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.14.0"
|
||||
"node": ">=22.18.0"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"node_helper": "js/node_helper.js",
|
||||
|
||||
Reference in New Issue
Block a user