mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-09 20:16:03 +00:00
eecdb6aeeb
* chore: change `localhost` -> `127.0.0.1` There is a change in how Node does DNS resolution in Node 18 vs 16 -- `localhost` resolves to `::1`, which is the equivalent of `127.0.0.1` but in IPv6 instead of IPv4. The server however is only listening on IPv4. Reference: https://github.com/nodejs/node/issues/40702#issuecomment-958143154 * refactor: change node version on CI from 16 to 18