-
Notifications
You must be signed in to change notification settings - Fork 455
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: explicitly listen on ipv4 address for verdaccio due to Github runner image regression #3654
Conversation
Alright, so it seems like a recent Github runner image update is the reason for this failure: actions/runner-images#10061 |
## 0.20.8 ### feat - feat: add validation to TerraformModule [\#3608](#3608) ### fix - fix: Empty string, booleans, and zero numbers in hcl rendering [\#3655](#3655) - fix: explicitly listen on ipv4 address for verdaccio due to Github runner image regression [\#3654](#3654) ### chore - chore: manifest.json should have stable json [\#3584](#3584) - chore: update JSII [\#3616](#3616) - chore: remove dependency on jsii-srcmak [\#3607](#3607) - chore: Fix a small documentation typo [\#3629](#3629) - chore: Use single-label runner for custom-linux-xl [\#3623](#3623) - chore: fix branch cleanup [\#3644](#3644) - chore: remove Homebrew link and publishing step [\#3605](#3605) - chore: Upgrade dependencies for lib [\#3618](#3618) - chore: Upgrade dependencies for util [\#3599](#3599) - chore: Upgrade dependencies for util [\#3589](#3589) - chore: Upgrade dependencies for util [\#3612](#3612) - chore: Upgrade dependencies for cli [\#3613](#3613) - chore: Upgrade dependencies for cli [\#3598](#3598) - chore: Add links and headers [\#3594](#3594) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3614](#3614) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3606](#3606) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3652](#3652)
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Configure Verdaccio to explicitly listen on IPv4 as there's some problem in the latest Github Runner Image with
localhost
and IPv4 / IPv6.