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

@@ -38,7 +38,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [22.14.0, 22.x, 24.x]
node-version: [22.18.0, 22.x, 24.x]
steps:
- name: Install electron dependencies and labwc
run: |