Skip to content

Commit 9dfe078

Browse files
committed
Fixing deployment
1 parent dd8cd85 commit 9dfe078

2 files changed

Lines changed: 2 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
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node-version: [18.x, 20.x, 22.x, 24.x]
43+
node-version: [20.x, 22.x, 24.x]
4444

4545
steps:
4646
- uses: ioBroker/testing-action-adapter@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This should cause the adapter to crash and the exception to be shown in the sent
162162
-->
163163

164164
## Changelog
165-
### 3.0.3 (2025-12-30)
165+
### **WORK IN PROGRESS**
166166
- (@GermanBluefox) Updated packages to latest versions
167167

168168
### 3.0.0 (2025-10-13)

0 commit comments

Comments
 (0)