diff --git a/index.js b/index.js index 2f8d644..3fca6aa 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,7 @@ var supportedTargets = [ {runtime: 'node', target: '7.0.0', abi: '51', lts: false}, {runtime: 'node', target: '8.0.0', abi: '57', lts: new Date() < new Date(2019, 4, 31)}, {runtime: 'node', target: '9.0.0', abi: '59', lts: false}, - {runtime: 'node', target: '10.0.0', abi: '64', lts: new Date(2018, 10, 1) < new Date() < new Date(2020, 4, 31)}, + {runtime: 'node', target: '10.0.0', abi: '64', lts: new Date(2018, 10, 1) < new Date() && new Date() < new Date(2020, 4, 31)}, {runtime: 'node', target: '11.0.0', abi: '67', lts: false}, {runtime: 'electron', target: '0.36.0', abi: '47', lts: false}, {runtime: 'electron', target: '1.1.0', abi: '48', lts: false},