mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 08:07:01 +00:00
bump minimal node version to v22.18.0 (#3877)
electron uses node v22.18 in its [current releases](https://releases.electronjs.org/), so we should go hand in hand and use that as the minimal node version
This commit is contained in:
2
.github/workflows/automated-tests.yaml
vendored
2
.github/workflows/automated-tests.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [22.14.0, 22.x, 24.x]
|
node-version: [22.18.0, 22.x, 24.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Install electron dependencies and labwc
|
- name: Install electron dependencies and labwc
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/electron-rebuild.yaml
vendored
2
.github/workflows/electron-rebuild.yaml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [22.14.0, 22.x, 24.x]
|
node-version: [22.18.0, 22.x, 24.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
@@ -13,6 +13,8 @@ planned for 2025-10-01
|
|||||||
|
|
||||||
Thanks to: @dathbe.
|
Thanks to: @dathbe.
|
||||||
|
|
||||||
|
> ⚠️ This release needs nodejs version `v22.18.0 or higher`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added configuration option for `User-Agent`, used by calendar & news module (#3255)
|
- Added configuration option for `User-Agent`, used by calendar & news module (#3255)
|
||||||
|
@@ -35,7 +35,7 @@ Are done by
|
|||||||
- [ ] test `prep-release` branch
|
- [ ] test `prep-release` branch
|
||||||
- [ ] update `CHANGELOG.md`
|
- [ ] update `CHANGELOG.md`
|
||||||
- [ ] add all contributor names: `...`
|
- [ ] add all contributor names: `...`
|
||||||
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
|
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.18.0` or higher
|
||||||
- [ ] check release link at the bottom of the file
|
- [ ] check release link at the bottom of the file
|
||||||
- [ ] commit and push all changes
|
- [ ] commit and push all changes
|
||||||
- [ ] create pull request from `prep-release` to `develop` branch with title `Prepare Release 2.xx.0`
|
- [ ] create pull request from `prep-release` to `develop` branch with title `Prepare Release 2.xx.0`
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -57,7 +57,7 @@
|
|||||||
"stylelint-prettier": "^5.0.3"
|
"stylelint-prettier": "^5.0.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22.14.0"
|
"node": ">=22.18.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^38.0.0"
|
"electron": "^38.0.0"
|
||||||
|
@@ -119,7 +119,7 @@
|
|||||||
"electron": "^38.0.0"
|
"electron": "^38.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22.14.0"
|
"node": ">=22.18.0"
|
||||||
},
|
},
|
||||||
"_moduleAliases": {
|
"_moduleAliases": {
|
||||||
"node_helper": "js/node_helper.js",
|
"node_helper": "js/node_helper.js",
|
||||||
|
Reference in New Issue
Block a user