Skip to content

Conversation

dklimpel
Copy link
Contributor

Related to:

Node 14 and 16 are EoL.

Since Node 18 github action uses IPv6 (host: ::1). This should in url: [::1].
But any used lib seems to be incompatible.

@MikeMcC399
Copy link
Contributor

@dklimpel

An alternative workaround is to add

env:
  NODE_OPTIONS: '--dns-result-order=ipv4first'

to the workflow.

@dklimpel
Copy link
Contributor Author

New PR #296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants