Commit c73e2fc1 by Nick Schonning Committed by Michael Mifsud

feat: Add detecton for Node 11 (module 67)

parent 0c31dc28
...@@ -76,6 +76,7 @@ function getHumanNodeVersion(abi) { ...@@ -76,6 +76,7 @@ function getHumanNodeVersion(abi) {
case 57: return 'Node.js 8.x'; case 57: return 'Node.js 8.x';
case 59: return 'Node.js 9.x'; case 59: return 'Node.js 9.x';
case 64: return 'Node.js 10.x'; case 64: return 'Node.js 10.x';
case 67: return 'Node.js 11.x';
default: return false; default: return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment