Change to use stream.ToArray#479
Change to use stream.ToArray#479andrew-welker wants to merge 2 commits intosemantic-release:masterfrom
stream.ToArray#479Conversation
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.
|
Looks like I need to update/modify a test? I'm not that familiar with ava as a testing framework. One of the tests is throwing an exception: |
|
pulling in some of the related details:
|
|
thanks for the investigation and PR suggestion, @andrew-welker! given that this was a bug in node that has since been fixed, and not a problem with are there details that i'm overlooking that would require this update if using the fixed node versions? |
|
I am using node 20 and still have the issue as mentioned in #459 |
According to issue sindresorhus/get-stream#50, there are issues with using get-stream when using node versions
Should close #459