Skip to content

Commit ab847cc

Browse files
committed
CI Matrix Test Node 22
1 parent 1b766b4 commit ab847cc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18, 20]
17+
node-version: [18, 20, 22]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
name: test - node.js ${{ matrix.node-version }}

.github/workflows/main-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18, 20]
17+
node-version: [18, 20, 22]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
name: test - node.js ${{ matrix.node-version }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Added
1111

1212
- CDS 8 compatibility
13+
- CI Matrix Test Node 22
1314

1415
## Version 1.0.2 - 2024-06-24
1516

0 commit comments

Comments
 (0)