Skip to content

Commit

Permalink
(simatec) small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 19, 2024
1 parent cbac88d commit ff4d51e
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 206 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down
21 changes: 0 additions & 21 deletions .npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"plugins": [
"iobroker",
"license"
"license",
"manual-review"
]
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
* (simatec) small fix
* (simatec) Dependencies updated

### 0.9.9 (2024-06-27)
* (simatec) Fix X1-Mini G4

Expand Down
4 changes: 1 addition & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"type": "free"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "solax.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/simatec/ioBroker.solax/master/admin/solax.png",
Expand All @@ -148,15 +147,14 @@
"mode": "daemon",
"type": "energy",
"compact": true,
"materialize": true,
"messagebox": true,
"stopBeforeUpdate": true,
"connectionType": "cloud",
"dataSource": "poll",
"tier": 2,
"dependencies": [
{
"js-controller": ">=4.0.0"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand Down
Loading

0 comments on commit ff4d51e

Please sign in to comment.