mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 18:02:15 +00:00
Updated minimal needed node version in package.json (currently v20.9.0) (#3559)
Update of package*.json for minimal node verion requirement (v20.9.0) * it's an addition to #3556 * According to changelog v2.28.0: `⚠️ This release needs nodejs version >= v20.9.0`
This commit is contained in:
committed by
GitHub
parent
08116b8e64
commit
5ffdf9af09
2
package-lock.json
generated
2
package-lock.json
generated
@@ -50,7 +50,7 @@
|
||||
"stylelint-prettier": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": ">=20.9.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^31.6.0"
|
||||
|
||||
Reference in New Issue
Block a user