Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1969 from sass/node-8-error
Browse files Browse the repository at this point in the history
Update module version for Node 8
  • Loading branch information
xzyfer authored May 16, 2017
2 parents ae4f935 + f783a9c commit e736535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit e736535

Please sign in to comment.