Skip to content

Commit 56432a8

Browse files
[workflow] Replace Node.js version v23 with v24
1 parent b9d63d7 commit 56432a8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 30
3939
strategy:
4040
matrix:
41-
node-version: [22.14.0, 22.x, 23.x]
41+
node-version: [22.14.0, 22.x, 24.x]
4242
steps:
4343
- name: Install electron dependencies and labwc
4444
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.14.0, 22.x, 23.x]
11+
node-version: [22.14.0, 22.x, 24.x]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ planned for 2025-07-01
1919

2020
- [refactor] Simplify module loading process (#3766)
2121
- Use "node --run" instead of "npm run" (#1511)
22+
- [workflow] Replace Node.js version v23 with v24
2223

2324
## [2.31.0] - 2025-04-01
2425

0 commit comments

Comments
 (0)