Skip to content

Commit

Permalink
Added Node 20 to supported engines
Browse files Browse the repository at this point in the history
  • Loading branch information
thoukydides committed Apr 20, 2023
1 parent da718a9 commit d409e39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# the Node.js versions to build on
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
* Added Node 20 the supported engines.
### Changed
* Complete rewrite of the Home Connect API client. More rigorous checking is performed on requests submitted to and responses returned from the API, which should detect problems and new features quicker.
* Authorisation of the Home Connect client is only attempted once at start-up. If the user does not complete the Device Flow interaction steps before the code expires (currently 10 minutes) then it is necessary to restart Homebridge to try again.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"main": "dist/index.js",
"engines": {
"node": ">=18.12.1 || ^16.18.1 || ^14.21.2",
"node": ">=20.0.0 || ^18.12.1 || ^16.18.1 || ^14.21.2",
"homebridge": ">=1.4.0"
},
"dependencies": {
Expand Down

0 comments on commit d409e39

Please sign in to comment.