Skip to content

Commit

Permalink
Minimum Version of node >= 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Homemade-Disaster committed Jan 6, 2023
1 parent 79972e4 commit b573b8d
Show file tree
Hide file tree
Showing 5 changed files with 5,139 additions and 1,388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Voraussetzungen & Konfiguration
Netatmo Energy Hardware (Thermostat, Ventile)
Konto bei Netatmo Cloud
- Der Adapter arbeitet mit admin => 3 und nodejs >= 12
- Der Adapter arbeitet mit admin => 3 und nodejs >= 14
- Erstelle dein eigenes Konto https://auth.netatmo.com/de-de/access/signup
- Login in die API durchführen https://dev.netatmo.com/apidocumentation/energy
- Erzeuge deine eigene APP durch Anklicken deines Kontos (oben / links), und drücke den Knopf "Create"
Expand Down
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Requirements & configuration
Netatmo Energy hardware (thermostat, valves)
Account at Netatmo Cloud
- Adapter is working with admin => 3 and nodejs >= 12
- Adapter is working with admin => 3 and nodejs >= 14
- Create your own account at https://auth.netatmo.com/de-de/access/signup
- Login in site https://dev.netatmo.com/apidocumentation/energy
- Create your own APP by clicking your account (top left), and press button "Create"
Expand Down
Loading

0 comments on commit b573b8d

Please sign in to comment.