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

Update module version for node v8.x #1934

Merged
merged 1 commit into from
Mar 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 53: return 'Node.js 8.x';
case 54: return 'Node.js 8.x';
default: return false;
}
}
Expand Down