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:
Karsten Hassel
2025-09-04 07:07:15 +02:00
committed by GitHub
parent 93d5df8d04
commit be957af6a6
6 changed files with 7 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ Are done by
- [ ] test `prep-release` branch
- [ ] update `CHANGELOG.md`
- [ ] 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
- [ ] commit and push all changes
- [ ] create pull request from `prep-release` to `develop` branch with title `Prepare Release 2.xx.0`