mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Drop node v14 support (#3085)
node v14 will have reached end-of-life by the next release. From April 18th we can use node v20 instead of v19 for testing.
This commit is contained in:
committed by
GitHub
parent
b7eb21e48f
commit
0d3ad9812c
2
package-lock.json
generated
2
package-lock.json
generated
@@ -48,7 +48,7 @@
|
||||
"suncalc": "^1.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=16"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^24.0.0"
|
||||
|
Reference in New Issue
Block a user