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

undici not in dependencies #1684

Open
mehulkar opened this issue Mar 10, 2024 · 1 comment · May be fixed by #1685 or #1957
Open

undici not in dependencies #1684

mehulkar opened this issue Mar 10, 2024 · 1 comment · May be fixed by #1685 or #1957
Labels
bug Something isn't working

Comments

@mehulkar
Copy link

undici is used in @actions/github, but it isn't in dependencies:

@mehulkar mehulkar added the bug Something isn't working label Mar 10, 2024
@mehulkar mehulkar linked a pull request Mar 11, 2024 that will close this issue
@matthieu-crouzet
Copy link

matthieu-crouzet commented Aug 8, 2024

For the one using yarn berry you can fix this issue in your .yarnrc.yml by adding

packageExtensions:
  "@actions/github@^6.0.0":
    dependencies:
      "undici": "^5.25.4"

@bdehamer bdehamer linked a pull request Feb 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants