Skip to content

Commit 1e99c6c

Browse files
authored
Fb/deps update (#118)
* test against node-versions 20, 22, 24 * update dependencies * add changelog entries
1 parent f9df869 commit 1e99c6c

File tree

8 files changed

+406
-214
lines changed

8 files changed

+406
-214
lines changed

.github/workflows/main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18, 20, 22]
17+
node-version: [20, 22, 24]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
name: test - node.js ${{ matrix.node-version }}
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434
- uses: actions/setup-node@v6
3535
with:
36-
node-version: 18
36+
node-version: 22
3737
cache: npm
3838
- run: npm ci
3939
- run: npm run lint

.github/workflows/main-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18, 20, 22]
17+
node-version: [20, 22, 24]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
name: test - node.js ${{ matrix.node-version }}
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434
- uses: actions/setup-node@v6
3535
with:
36-
node-version: 18
36+
node-version: 22
3737
cache: npm
3838
- run: npm ci
3939
- run: npm run lint

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
cache: npm
2121
# NOTE: the explicit registry-url is currently needed for the auth token to work
2222
registry-url: https://registry.npmjs.org/

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## v1.3.2 - tbd
1111

12+
### Removed
13+
14+
- restrict to at least node v20.
15+
16+
### Added
17+
18+
- enable voters for node v24.
19+
1220
## v1.3.1 - 2025-09-15
1321

1422
### Changed
1523

16-
- core: compatability changes for cds v9
24+
- core: compatability changes for cds v9.
1725

1826
### Added
1927

20-
- more testing for usage with cds
28+
- more testing for usage with cds.
2129

2230
## v1.3.0 - 2025-05-27
2331

0 commit comments

Comments
 (0)