Skip to content

Commit

Permalink
feat: Add node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kesla authored and mafintosh committed Apr 22, 2020
1 parent 14ee3eb commit 02da402
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 @@ -58,6 +58,7 @@ var supportedTargets = [
{runtime: 'node', target: '11.0.0', abi: '67', lts: false},
{runtime: 'node', target: '12.0.0', abi: '72', lts: new Date(2019, 9, 21) < new Date() && new Date() < new Date(2020, 9, 31)},
{runtime: 'node', target: '13.0.0', abi: '79', lts: false},
{runtime: 'node', target: '14.0.0', abi: '83', 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 02da402

Please sign in to comment.