From 4bbf53cf801c67c2364b3d86bbfb0f5b2b76f10a Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sat, 27 Apr 2019 10:56:49 -0400 Subject: [PATCH] chore: enable node 12 and win32 for serialport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `serialport` now supports node 12. It has always supported windows32 (and it tested against it) so I’ve brought that back. I couldn’t find issues that explained why it was removed. The commit suggested that maybe it was flakey? If so I’d like to know more as we don’t see that in our tests. --- lib/lookup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index a1dd485bd..9f5a3d43a 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -412,8 +412,7 @@ "prefix": "serialport@", "flaky": "ppc", "tags": "native", - "maintainers": "reconbot", - "skip": ["12", "win32"] + "maintainers": "reconbot" }, "shot": { "prefix": "v",