shelljs / shx

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

chore: change supported node versions #186

Closed nfischer closed 3 years ago

nfischer commented 3 years ago

This adds testing for node v11 - v14. This removes testing for node v6 and v7 because codecov breaks on these versions. This omits node v15 because appveyor doesn't seem to support this version. The nodejs org currently supports [10, 12, 14, 15].

This adds a small logging statement to the check-node-support script.

Test: npm run check-node-support

codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #186   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          114       114           
=========================================
  Hits           114       114           

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 43516c2...c7ea057. Read the comment docs.