Skip to content

Commit

Permalink
Update package to permit node version 20.9.x, fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
dkerr64 authored and donavanbecker committed Nov 8, 2023
1 parent 31a1ddd commit fe5bb73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/USERNAME/GITHUB_PROJECT_NAME/issues"
},
"engines": {
"node": "^18.17.0",
"node": "^18.17.0 || ^20.9.0",
"homebridge": "^1.6.0"
},
"main": "dist/index.js",
Expand Down

0 comments on commit fe5bb73

Please sign in to comment.