Skip to content

Commit

Permalink
Add Node 8 to the support versions lists
Browse files Browse the repository at this point in the history
This is a workaround for nodejs/citgm#389. The install/build flow
needs to be updated so that unsupported environments result in an
informative warning instead of a failure.
  • Loading branch information
xzyfer committed Mar 21, 2017
1 parent f2f4b96 commit 10f9a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extensions.js
Expand Up @@ -69,6 +69,7 @@ function getHumanNodeVersion(abi) {
case 47: return 'Node.js 5.x';
case 48: return 'Node.js 6.x';
case 51: return 'Node.js 7.x';
case 53: return 'Node.js 8.x';
default: return false;
}
}
Expand Down

0 comments on commit 10f9a58

Please sign in to comment.