Skip to content

Commit

Permalink
Fix #18 - Node.js v18 os.networkInterfaces()[].family number/string c… (
Browse files Browse the repository at this point in the history
#25)

* Fix #18 - Node.js v18 os.networkInterfaces()[].family number/string comparison

* fix workflow
  • Loading branch information
oznu authored Apr 27, 2022
1 parent 820681c commit 12cd92c
Show file tree
Hide file tree
Showing 4 changed files with 2,668 additions and 1,422 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
publish:
needs: lint

if: ${{ secrests.npm_token != null }}
if: ${{ secrets.npm_token != null }}

uses: homebridge/.github/.github/workflows/npm-publish.yml@main
with:
Expand Down
Loading

0 comments on commit 12cd92c

Please sign in to comment.