Skip to content

Commit 896e857

Browse files
committed
update node versions in gh workflows
1 parent 45cbf2d commit 896e857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 30
4343
strategy:
4444
matrix:
45-
node-version: [22.21.1, 22.x, 24.x]
45+
node-version: [22.x, 24.x, 25.x]
4646
steps:
4747
- name: Install electron dependencies and labwc
4848
run: |

.github/workflows/electron-rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-slim
99
strategy:
1010
matrix:
11-
node-version: [22.21.1, 22.x, 24.x]
11+
node-version: [22.x, 24.x, 25.x]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v6

0 commit comments

Comments
 (0)