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

Commit

Permalink
feat: Add detecton for Node 11 (module 67)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and xzyfer committed Nov 4, 2018
1 parent 0c31dc2 commit c73e2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function getHumanNodeVersion(abi) {
case 57: return 'Node.js 8.x';
case 59: return 'Node.js 9.x';
case 64: return 'Node.js 10.x';
case 67: return 'Node.js 11.x';
default: return false;
}
}
Expand Down

0 comments on commit c73e2fc

Please sign in to comment.