Skip to content

Commit 3cfcc18

Browse files
[workflow] Replace Node.js version v23 with v24
1 parent 965e935 commit 3cfcc18

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ planned for 2025-07-01
2828
- Refactor ESLint config to use `defineConfig` and `globalIgnores`
2929
- Replace `eslint-plugin-import` with `eslint-plugin-import-x`
3030
- Switch Stylelint config to flat format and simplify Stylelint scripts
31+
- [workflow] Replace Node.js version v23 with v24 (#3770)
3132

3233
### Fixed
3334

3435
- [fix] Handle spellcheck issues (#3783)
35-
36-
### Fixed
37-
3836
- [calendar] fix fullday event rrule until with timezone offset (#3781)
3937

4038
### Updated

0 commit comments

Comments
 (0)