Commit 3ab7a16a by xzyfer Committed by Michael Mifsud

Fix Node 10 check

parent 1676810c
...@@ -75,7 +75,7 @@ function getHumanNodeVersion(abi) { ...@@ -75,7 +75,7 @@ function getHumanNodeVersion(abi) {
case 53: return 'Electron 1.6.x'; case 53: return 'Electron 1.6.x';
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 63: return 'Node.js 10.x'; case 64: return 'Node.js 10.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