Skip to content

Commit e7ad361

Browse files
authored
[chore] update dependencies and min. node version (#3986)
1 parent 4186cbf commit e7ad361

File tree

4 files changed

+865
-726
lines changed

4 files changed

+865
-726
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.20.0, 22.x, 24.x]
45+
node-version: [22.21.1, 22.x, 24.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-latest
99
strategy:
1010
matrix:
11-
node-version: [22.20.0, 22.x, 24.x]
11+
node-version: [22.21.1, 22.x, 24.x]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v6

0 commit comments

Comments
 (0)