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

Commit 10f9a58

Browse files
committed
Add Node 8 to the support versions lists
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.
1 parent f2f4b96 commit 10f9a58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/extensions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +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 53: return 'Node.js 8.x';
7273
default: return false;
7374
}
7475
}

0 commit comments

Comments
 (0)