js-waku/.github/workflows
Danish Arora eecdb6aeeb
chore: upgrade to node 18 (#1061)
* 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
2022-12-12 10:52:17 +05:30
..
add-action-project.yml misc: fix secret for add issue to project action 2022-08-25 15:17:45 +10:00
ci.yml chore: upgrade to node 18 (#1061) 2022-12-12 10:52:17 +05:30
conventional-commits.yml chore: fix conventional commit setup 2022-10-31 11:22:26 +11:00
size-limit.yml chore: do not skip build when running size-limit in ci 2022-10-31 12:36:39 +11:00