fix: A more robust check for rinfo.family #178
Conversation
f620185 to
243a8cd
Compare
dapplion
left a comment
There was a problem hiding this comment.
I can approve the PR but have no way to verify it's correct since I don't own a MacOS. Could you look into adding macos tests to demostrate correctness? Github actions have runners for it I think
I checked, github actions do support MacOS but unfortunately M1 is still in currently in public beta. See But the main issue seems to be mainly about node version 18. I updated the version in another branch that does not have the fix and was able to confirm the tests fails. See Updated the same version in this PR, and all tests passes. See. So PR should be good to merge. |
I can run it locally on m1 if you are concerned |
Thanks! 🙏 But that should not be needed anymore. Plus I do have an M1 and was able to verify the issue/fix. |
Closes #176