Skip to content

Commit

Permalink
Correct operation with node v20.x
Browse files Browse the repository at this point in the history
Correct operation with node v20.x
  • Loading branch information
DMBlakeley committed Dec 9, 2024
1 parent fad1363 commit 7abe38a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## v5.12.7
* Correct operation with node v20.x

## v5.12.6
* Update node revisions to: [18.x, 20.x, 22.x]
* Housekeeping
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Homebridge Awair2",
"name": "homebridge-awair2",
"version": "5.12.6",
"version": "5.12.7",
"description": "HomeKit integration of Awair air quality monitor as Dynamic Platform.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -28,7 +28,7 @@
"author": "Douglas M. Blakeley",
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^22.11.0"
"node": "^18.20.4 || ^20.15.1 || ^22.11.0"
},
"license": "ISC",
"files": [
Expand Down

0 comments on commit 7abe38a

Please sign in to comment.