Skip to content

Commit

Permalink
Changed minimal nodejs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed Jan 29, 2024
1 parent df84e44 commit e19d6ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More useful information about apcupsd config for Ubuntu you can find on https://
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
## Changelog
### 1.0.16 (2024-01-29)
- Changed the minimal version of nodejs to 14
- Changed the minimal version of nodejs to 16
### 1.0.15 (2023-04-25)
- Changed approach how to states are creating
### 1.0.13 (2023-04-24)
Expand Down
6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"ua": "Змінений підхід як генеруються стани"
},
"1.0.16": {
"en": "Changed the minimal version of nodejs to 14",
"ru": "Изменил минимальную версию nodejs на 14",
"ua": "Змінив мінімальну версію nodejs на 14"
"en": "Changed the minimal version of nodejs to 16",
"ru": "Изменил минимальную версию nodejs на 16",
"ua": "Змінив мінімальну версію nodejs на 16"
}
},
"title": "APC UPS connector",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"engines": {
"node": ">=14"
"node": ">=16.4.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e19d6ea

Please sign in to comment.