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

chore: replace readable-stream with built-in stream #542

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

benmccann
Copy link
Contributor

closes #541

@@ -40,7 +40,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [18.17, 20, 22]
node-version: [18.19, 20, 22]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't that technically a semver major? I'd rather use the opportunity to drop node 18 from the list altogether

@mcollina
Copy link
Member

mcollina commented Nov 9, 2024

@kibertoad we just bumped the major, I don't think we need another bump.

@mcollina
Copy link
Member

mcollina commented Nov 9, 2024

cc @jsumners

@jsumners
Copy link
Member

jsumners commented Nov 9, 2024

We probably should have done it then, but I'm really not opposed to version churn on this module. I consider this module non-essential, and as such don't think it matters too much how often it is released.

@mcollina mcollina merged commit f4b3ca7 into pinojs:master Nov 10, 2024
4 checks passed
@benmccann benmccann deleted the readable-stream branch November 11, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropping readable-stream polyfill
4 participants