Skip to content

Commit 9ff716f

Browse files
authored
update deps, exclude node v23 (#3916)
1 parent d39e686 commit 9ff716f

File tree

6 files changed

+451
-325
lines changed

6 files changed

+451
-325
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.18.0, 22.x, 24.x]
41+
node-version: [22.20.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.18.0, 22.x, 24.x]
11+
node-version: [22.20.0, 22.x, 24.x]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v5

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ planned for 2026-01-01
2424

2525
### Updated
2626

27-
- [core] Update dependencies (#3909)
27+
- [core] Update dependencies (#3909, #3916)
2828

2929
## [2.33.0] - 2025-10-01
3030

Collaboration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Are done by
3636
- [ ] test `prep-release` branch
3737
- [ ] update `CHANGELOG.md`
3838
- [ ] add all contributor names: `...`
39-
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.18.0` or higher
39+
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.20.0` or higher
4040
- [ ] check release link at the bottom of the file
4141
- [ ] commit and push all changes
4242
- [ ] create pull request from `prep-release` to `develop` branch with title `Prepare Release 2.xx.0`

0 commit comments

Comments
 (0)