From 02da402275ed262f7d2d6b38d45e79a5fb01b8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bj=C3=B6rklund?= Date: Tue, 21 Apr 2020 23:04:33 +0200 Subject: [PATCH] feat: Add node 14 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a508dda..dca691c 100644 --- a/index.js +++ b/index.js @@ -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},