Skip to content

undici not in dependencies #1684

@mehulkar

Description

@mehulkar

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

Activity

matthieu-crouzet

matthieu-crouzet commented on Aug 8, 2024

@matthieu-crouzet

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @mehulkar@matthieu-crouzet

      Issue actions

        undici not in dependencies · Issue #1684 · actions/toolkit