Skip to content

Commit deba386

Browse files
issue #406: test with nodejs@22
1 parent a8b3254 commit deba386

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/test-and-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- name: Use Node.js 18.x
25+
- name: Use Node.js 20.x
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18.x
28+
node-version: 20.x
2929

3030

3131
- name: Install Dependencies
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.os }}
5151
strategy:
5252
matrix:
53-
node-version: [18.x, 20.x]
53+
node-version: [18.x, 20.x, 22.x]
5454
os: [ubuntu-latest, windows-latest, macos-latest]
5555

5656
steps:
@@ -89,10 +89,10 @@ jobs:
8989
- name: Checkout code
9090
uses: actions/checkout@v4
9191

92-
- name: Use Node.js 18.x
92+
- name: Use Node.js 20.x
9393
uses: actions/setup-node@v4
9494
with:
95-
node-version: 18.x
95+
node-version: 20.x
9696

9797
- name: Extract the version and commit body from the tag
9898
id: extract_release

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Now we have implemented a "auto-repair" which changes to structure to documented
7171
Placeholder for the next version (at the beginning of the line):
7272
### **WORK IN PROGRESS**
7373
-->
74+
75+
### **WORK IN PROGRESS**
76+
* (René) see issue #406: test with nodejs@22
77+
7478
### 3.1.16 (2024-08-18)
7579
* (René) update dependencies
7680
* (René) bug fixes based on adapter checker recommendation

0 commit comments

Comments
 (0)