mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 18:02:15 +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
2
package-lock.json
generated
2
package-lock.json
generated
@@ -49,7 +49,7 @@
|
||||
"stylelint-prettier": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.9.0"
|
||||
"node": ">=20.9.0 <21 || 22"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^32.1.2"
|
||||
|
||||
Reference in New Issue
Block a user