mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Engine except on node v21 (#3561)
in addition of #3559 except with node v21: no security updates and EOL
This commit is contained in:
committed by
GitHub
parent
2e6e86887b
commit
ebaeed935f
@@ -97,7 +97,7 @@
|
||||
"electron": "^31.6.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.9.0"
|
||||
"node": ">=20.9.0 <21 || 22"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"node_helper": "js/node_helper.js",
|
||||
|
Reference in New Issue
Block a user