Commit 82dc901c by Nick Schonning Committed by Michael Mifsud

Install: Add Node 9 detection

Removed 55 since it was part of a prerelease Node 8 only
parent 81104221
...@@ -72,8 +72,8 @@ function getHumanNodeVersion(abi) { ...@@ -72,8 +72,8 @@ function getHumanNodeVersion(abi) {
case 50: return 'Electron 1.4.x'; case 50: return 'Electron 1.4.x';
case 51: return 'Node.js 7.x'; case 51: return 'Node.js 7.x';
case 53: return 'Electron 1.6.x'; case 53: return 'Electron 1.6.x';
case 55: return 'Node.js 8.x';
case 57: return 'Node.js 8.x'; case 57: return 'Node.js 8.x';
case 59: return 'Node.js 9.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