shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

chore(node): drop node v4 and v5 (#917) #157

Closed nfischer closed 5 years ago

nfischer commented 5 years ago

This drops support for node v4 and v5. Neither is currently supported by the Node.js team, nor by the npm CLI team, so it's hard to justify we continue to support it.

The new minimum supported version is v6.

This also fixes a bug in the check-node-support script (see shelljs/shelljs#901).

Issue shelljs/shelljs#873

codecov-io commented 5 years ago

Codecov Report

Merging #157 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #157   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          88     88           
=====================================
  Hits           88     88

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8423b74...6ee3099. Read the comment docs.