Skip to content

Commit

Permalink
chore: enable node 12 and win32 for serialport
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
reconbot committed Apr 27, 2019
1 parent a65183f commit 4bbf53c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/lookup.json
Expand Up @@ -412,8 +412,7 @@
"prefix": "serialport@",
"flaky": "ppc",
"tags": "native",
"maintainers": "reconbot",
"skip": ["12", "win32"]
"maintainers": "reconbot"
},
"shot": {
"prefix": "v",
Expand Down

0 comments on commit 4bbf53c

Please sign in to comment.