mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-01 18:57:13 +00:00
Minimum node version v18 (#3170)
When the next MagicMirror version is released, node v16 will have reached its end of life.
This commit is contained in:
committed by
GitHub
parent
7dcea98e99
commit
7c64d8fce6
@@ -100,6 +100,6 @@
|
||||
"fetch": "js/fetch.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user