nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 225 forks source link

chore: add node 20 to CI checks #518

Closed jeswr closed 1 year ago

jeswr commented 1 year ago

Noticed they were missing when looking into #517

jeswr commented 1 year ago

I'm noticing that on the CI in my repo one of the tests are timing out on Node 16 on Windows for some reason (see https://github.com/jeswr/readable-stream/actions/runs/4973128200/jobs/8898847989).

I won't dig into it as it seems unrelated to this change, but wanted to note it nonetheless.