Skip to content

Commit

Permalink
feat: add node 10 with abi 64 (not lts yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Apr 25, 2018
1 parent 86000be commit 09e7676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var supportedTargets = [
{runtime: 'node', target: '7.0.0', abi: '51', lts: false},
{runtime: 'node', target: '8.0.0', abi: '57', lts: false},
{runtime: 'node', target: '9.0.0', abi: '59', lts: new Date() < new Date(2019, 12, 31)},
{runtime: 'node', target: '10.0.0', abi: '64', lts: false},
{runtime: 'electron', target: '0.36.0', abi: '47', lts: false},
{runtime: 'electron', target: '1.1.0', abi: '48', lts: false},
{runtime: 'electron', target: '1.3.0', abi: '49', lts: false},
Expand Down

0 comments on commit 09e7676

Please sign in to comment.