Skip to content

Commit 0d45aec

Browse files
Update from template: X0000-dropNode20
1 parent e71d0bb commit 0d45aec

3 files changed

Lines changed: 3 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
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
strategy:
4444
matrix:
45-
node-version: [20.x, 22.x, 24.x]
45+
node-version: [22.x, 24.x]
4646
os: [ubuntu-latest, windows-latest, macos-latest]
4747

4848
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ DSP-W115 and other *newer* devices use a completely different protocol and a dif
6969
-->
7070

7171
### **WORK IN PROGRESS**
72+
- (copilot) Adapter requires node.js >= 22 now
7273
- (copilot) Adapter requires admin >= 7.7.22 now
7374
- (copilot) Adapter requires js-controller >= 6.0.11 now
7475
- (copilot) Adapter requires admin >= 7.6.17 now

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "git@github.com:iobroker-community-adapters/ioBroker.mydlink.git"
2323
},
2424
"engines": {
25-
"node": ">=20.0.0"
25+
"node": ">=22.0.0"
2626
},
2727
"dependencies": {
2828
"@iobroker/adapter-core": "^3.2.3",

0 commit comments

Comments
 (0)