diff --git a/lib/extensions.js b/lib/extensions.js index e8c2ffaf5..43fde1b55 100644 --- a/lib/extensions.js +++ b/lib/extensions.js @@ -69,7 +69,7 @@ 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 53: return 'Node.js 8.x'; + case 54: return 'Node.js 8.x'; default: return false; } }