Skip to content

Commit e656870

Browse files
committed
NodeJS >= 20.x and js-controller >= 6 is required
1 parent 774a01f commit e656870

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
42-
node-version: [18.x, 20.x, 22.x]
42+
node-version: [20.x, 22.x]
4343
os: [ubuntu-latest, windows-latest, macos-latest]
4444

4545
steps:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Provides forecast data from [forecast.solar](https://forecast.solar), [Solcast](
4141
Placeholder for the next version (at the beginning of the line):
4242
### **WORK IN PROGRESS**
4343
-->
44+
### **WORK IN PROGRESS**
45+
46+
NodeJS >= 20.x and js-controller >= 6 is required
47+
4448
### 4.1.0 (2024-11-15)
4549

4650
* (@klein0r) Added estimated energy: now until end of day
@@ -62,6 +66,7 @@ NodeJS >= 18.x and js-controller >= 5 is required
6266
* (coltc50) Added damping factor for forecast solar
6367

6468
### 2.9.1 (2023-12-18)
69+
6570
* (klein0r) Avoid logging of api key
6671

6772
## License

io-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@
138138
},
139139
"globalDependencies": [
140140
{
141-
"admin": ">=6.0.0"
141+
"admin": ">=7.4.10"
142142
}
143143
],
144144
"dependencies": [
145145
{
146-
"js-controller": ">=5.0.19"
146+
"js-controller": ">=6.0.0"
147147
}
148148
],
149149
"tier": 3,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "https://github.com/iobroker-community-adapters/ioBroker.pvforecast"
3535
},
3636
"engines": {
37-
"node": ">=18"
37+
"node": ">=20"
3838
},
3939
"dependencies": {
4040
"@iobroker/adapter-core": "^3.2.3",

0 commit comments

Comments
 (0)