Skip to content

Commit

Permalink
Merge pull request #1934 from mscdex/patch-1
Browse files Browse the repository at this point in the history
Update module version for node v8.x
  • Loading branch information
xzyfer committed Mar 29, 2017
2 parents f2b410b + 29941a1 commit 6eb31f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions.js
Expand Up @@ -69,7 +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';
case 54: return 'Node.js 8.x';
default: return false;
}
}
Expand Down

0 comments on commit 6eb31f5

Please sign in to comment.