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

Commit 348a3b1

Browse files
committed
Update module version for Node 8
1 parent ae4f935 commit 348a3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function getHumanNodeVersion(abi) {
6969
case 47: return 'Node.js 5.x';
7070
case 48: return 'Node.js 6.x';
7171
case 51: return 'Node.js 7.x';
72-
case 54: return 'Node.js 8.x';
72+
case 55: return 'Node.js 8.x';
7373
default: return false;
7474
}
7575
}

0 commit comments

Comments
 (0)