update required node version and dependencies (#3747)

see discussion in
https://github.com/MagicMirrorOrg/MagicMirror/pull/3746

As [electron v35 requires node js
v22.14.0](https://www.electronjs.org/blog/electron-35-0) we should
update this here too.
This commit is contained in:
Karsten Hassel
2025-03-21 12:30:08 +01:00
committed by GitHub
parent 68ec696c25
commit 46d64abb4b
8 changed files with 90 additions and 84 deletions

View File

@@ -34,7 +34,7 @@ Are done by
- [ ] test `develop` branch
- [ ] update `CHANGELOG.md`
- [ ] add all contributor names: `...`
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0`
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
- [ ] check release link at the bottom of the file
- [ ] commit and push all changes
- [ ] after successful test run via github actions: merge pull request to `develop`