tapjs / foreground-child

Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
http://tapjs.github.io/foreground-child/
ISC License
40 stars 14 forks source link

BREAKING CHANGE: require Node 8 #34

Closed demurgos closed 5 years ago

demurgos commented 5 years ago

Why

Node 6 is no longer supported by the test framework used for this library, meaning that Node 6 can no longer be checked by CI. Also, Node 6 is no longer reached end of life and is no longer maintained. Because of this, the new Node version required should be updated to Node 8.

What