mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-25 16:07:37 +00:00
No change to logic. This updates nyc (code coverage tool) to version 15, which works around a breaking change that snuck into the latest Node LTS versions. Unfortunately, this version of nyc appears to break Node 8 and 9. We need to work around this problem by skipping test coverage on those versions. Fixes #1130