Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update module version for Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed May 16, 2017
1 parent ae4f935 commit 348a3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions.js
Original file line number Diff line number Diff line change
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 54: return 'Node.js 8.x';
case 55: return 'Node.js 8.x';
default: return false;
}
}
Expand Down

0 comments on commit 348a3b1

Please sign in to comment.