Skip to content

Commit fd343fe

Browse files
[workflow] Replace Node.js version v23 with v24
1 parent 2f9f4b6 commit fd343fe

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
@@ -29,6 +29,7 @@ planned for 2025-07-01
2929
- Refactor ESLint config to use `defineConfig` and `globalIgnores`
3030
- Replace `eslint-plugin-import` with `eslint-plugin-import-x`
3131
- Switch Stylelint config to flat format and simplify Stylelint scripts
32+
- [workflow] Replace Node.js version v23 with v24 (#3770)
3233

3334
### Fixed
3435

0 commit comments

Comments
 (0)