Skip to content

Commit

Permalink
Do not test newer Node.js than v13.8.0
Browse files Browse the repository at this point in the history
They are very buggy and need fixing
  • Loading branch information
szmarczak committed Mar 14, 2020
1 parent f726390 commit 62b3388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '13'
- '13.8.0'
- '12'
- '10'
after_success:
Expand Down

2 comments on commit 62b3388

@kibertoad
Copy link

Choose a reason for hiding this comment

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

@szmarczak Are there any open issues for Node.js for this? Is 13.11.0 also affected?

@szmarczak
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

On 13.11.0 almost all tests pass except a few. I haven't looked at it yet, I'm focused on the Got Rewrite - perhaps its new design will fix some inconsistencies as it utilizes the native streams instead of Event Emitters.

Feel free to experiment with the tests. If these bugs aren't fixable on Got's side I'll open a Node.js issue about that.

Please sign in to comment.