You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JS] handle a breaking changes in os.networkInterfaces (#10611)
In Node 18+, os.networkInterface's family is either 4 or 6,
os.networkInterface's family was either IPv4 or IPv6 until Node 16
Signed-off-by: Outsider <outsideris@gmail.com>
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
0 commit comments