Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit b0e1e1b

Browse files
committed
Add Node 6 as a supported runtime (#1499)
1 parent 9c71aef commit b0e1e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/extensions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function getHumanNodeVersion(arg) {
3737
case 45: return 'io.js 3.x';
3838
case 46: return 'Node.js 4.x';
3939
case 47: return 'Node.js 5.x';
40+
case 48: return 'Node.js 6.x';
4041
default: return false;
4142
}
4243
}

0 commit comments

Comments
 (0)