Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix failing github action with IPv6 #294

Closed
wants to merge 2 commits into from
Closed

fix failing github action with IPv6 #294

wants to merge 2 commits into from

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

@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