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

Commit c73e2fc

Browse files
nschonnixzyfer
authored andcommitted
feat: Add detecton for Node 11 (module 67)
1 parent 0c31dc2 commit c73e2fc

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
@@ -76,6 +76,7 @@ function getHumanNodeVersion(abi) {
7676
case 57: return 'Node.js 8.x';
7777
case 59: return 'Node.js 9.x';
7878
case 64: return 'Node.js 10.x';
79+
case 67: return 'Node.js 11.x';
7980
default: return false;
8081
}
8182
}

0 commit comments

Comments
 (0)