File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
- 7
6
6
- 8
7
7
- 9
8
+ - 10
9
+ - 11
8
10
9
11
os :
10
12
- linux
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
+ - nodejs_version : ' 11'
4
+ - nodejs_version : ' 10'
3
5
- nodejs_version : ' 9'
4
6
- nodejs_version : ' 8'
5
7
- nodejs_version : ' 7'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var shell = require('..');
9
9
10
10
// This is the authoritative list of supported node versions.
11
11
var MIN_NODE_VERSION = 6 ;
12
- var MAX_NODE_VERSION = 9 ;
12
+ var MAX_NODE_VERSION = 11 ;
13
13
14
14
function checkReadme ( minNodeVersion ) {
15
15
var start = '<!-- start minVersion -->' ;
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ function isMaxBufferError(err) {
28
28
// >= v10
29
29
// RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length
30
30
// exceeded
31
- // TODO(nfischer): remove when we add v10 CI (Github issue #856).
32
- /* istanbul ignore next */
33
31
return true ;
34
32
}
35
33
return false ;
You can’t perform that action at this time.
0 commit comments