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

Change to use stream.ToArray #479

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2023

  1. fix: change to use stream.ToArray

    According to issue semantic-release#50 in the `sindresorhus/get-stream` array,
    there are issues with using get-stream when using node versions
    >= 18.14.0 and >=19.5.0. The method now used is taken directly
    from the `get-stream` readme, and makes sense in this relatively
    simple scenario.
    andrew-welker committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6872990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525e557 View commit details
    Browse the repository at this point in the history