Skip to content

Commit 6a7a9d8

Browse files
github-actions[bot]nobl
authored andcommitted
Update from template: X0000-dropNode20
1 parent 336cc06 commit 6a7a9d8

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
strategy:
4343
matrix:
44-
node-version: [20.x, 22.x, 24.x]
44+
node-version: [22.x, 24.x]
4545
os: [ubuntu-latest, windows-latest, macos-latest]
4646

4747
steps:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@ Maintenance of this adapter can be quite time consuming. If you wish to thank th
263263
Placeholder for the next version (at the beginning of the line):
264264
### **WORK IN PROGRESS**
265265
-->
266+
### **WORK IN PROGRESS**
267+
- (copilot) Adapter requires node.js >= 22 now
268+
266269
### 2.5.3 (2026-04-13)
267270
- Clamping end-dates to current time if they are in the future to avoid issues with API
268271
- Dependency updates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"photovoltaic"
2222
],
2323
"engines": {
24-
"node": ">=20.0.0"
24+
"node": ">=22.0.0"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)