Commit e7365354 by Michael Mifsud Committed by GitHub

Merge pull request #1969 from sass/node-8-error

Update module version for Node 8
parents ae4f935f f783a9c5
......@@ -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;
}
}
......
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