diff --git a/lib/extensions.js b/lib/extensions.js index 43fde1b55..0a523a837 100644 --- a/lib/extensions.js +++ b/lib/extensions.js @@ -69,7 +69,8 @@ function getHumanNodeVersion(abi) { case 47: return 'Node.js 5.x'; case 48: return 'Node.js 6.x'; case 51: return 'Node.js 7.x'; - case 54: return 'Node.js 8.x'; + case 55: return 'Node.js 8.x'; + case 57: return 'Node.js 8.x'; default: return false; } }