Skip to content

Commit

Permalink
Adding compatibility for node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kopiro committed Aug 5, 2024
1 parent fca534b commit c9e0979
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [20.16.x, 22.5.x]
node-version: [18.13.0, 20.16.x, 22.5.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/kopiro/homebridge-tapo-camera/issues"
},
"engines": {
"node": "^20.16.0 || ^22.5.1",
"node": "^18.13.0 || ^20.16.0 || ^22.5.1",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"repository": {
Expand Down

0 comments on commit c9e0979

Please sign in to comment.