We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904932e commit b8e7dd2Copy full SHA for b8e7dd2
.travis.yml
@@ -10,6 +10,9 @@ env:
10
node_js:
11
- lts/dubnium
12
- lts/erbium
13
+ # node 13.7 seems to have changed behavior of async iterators exiting early on streams
14
+ # if 13.8 still has this problem when it comes down I'll talk to the node team about the change
15
+ # in the mean time...peg to 13.6
16
- 13.6
17
18
addons:
0 commit comments