Commit deba386 1 parent a8b3254 commit deba386 Copy full SHA for deba386
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - name : Use Node.js 18 .x
25
+ - name : Use Node.js 20 .x
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 18 .x
28
+ node-version : 20 .x
29
29
30
30
31
31
- name : Install Dependencies
50
50
runs-on : ${{ matrix.os }}
51
51
strategy :
52
52
matrix :
53
- node-version : [18.x, 20.x]
53
+ node-version : [18.x, 20.x, 22.x ]
54
54
os : [ubuntu-latest, windows-latest, macos-latest]
55
55
56
56
steps :
@@ -89,10 +89,10 @@ jobs:
89
89
- name : Checkout code
90
90
uses : actions/checkout@v4
91
91
92
- - name : Use Node.js 18 .x
92
+ - name : Use Node.js 20 .x
93
93
uses : actions/setup-node@v4
94
94
with :
95
- node-version : 18 .x
95
+ node-version : 20 .x
96
96
97
97
- name : Extract the version and commit body from the tag
98
98
id : extract_release
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ Now we have implemented a "auto-repair" which changes to structure to documented
71
71
Placeholder for the next version (at the beginning of the line):
72
72
### **WORK IN PROGRESS**
73
73
-->
74
+
75
+ ### ** WORK IN PROGRESS**
76
+ * (René) see issue #406 : test with nodejs@22
77
+
74
78
### 3.1.16 (2024-08-18)
75
79
* (René) update dependencies
76
80
* (René) bug fixes based on adapter checker recommendation
You can’t perform that action at this time.
0 commit comments