Skip to content

Commit

Permalink
Install: Add Node 9 detection
Browse files Browse the repository at this point in the history
Removed 55 since it was part of a prerelease Node 8 only
  • Loading branch information
nschonni authored and xzyfer committed Nov 2, 2017
1 parent 8110422 commit 82dc901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions.js
Expand Up @@ -72,8 +72,8 @@ function getHumanNodeVersion(abi) {
case 50: return 'Electron 1.4.x';
case 51: return 'Node.js 7.x';
case 53: return 'Electron 1.6.x';
case 55: return 'Node.js 8.x';
case 57: return 'Node.js 8.x';
case 59: return 'Node.js 9.x';
default: return false;
}
}
Expand Down

0 comments on commit 82dc901

Please sign in to comment.