Commit b0e1e1bf by Michael Mifsud

Add Node 6 as a supported runtime (#1499)

parent 9c71aefc
...@@ -37,6 +37,7 @@ function getHumanNodeVersion(arg) { ...@@ -37,6 +37,7 @@ function getHumanNodeVersion(arg) {
case 45: return 'io.js 3.x'; case 45: return 'io.js 3.x';
case 46: return 'Node.js 4.x'; case 46: return 'Node.js 4.x';
case 47: return 'Node.js 5.x'; case 47: return 'Node.js 5.x';
case 48: return 'Node.js 6.x';
default: return false; default: return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment