Skip to content

chore: change supported node versions #1011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2020
Merged

chore: change supported node versions #1011

merged 1 commit into from
Oct 26, 2020

Conversation

nfischer
Copy link
Member

This adds testing for node 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 makes a couple minor edits to the check-node-support script for
consistency with shelljs/shx#186.

Test: npm run check-node-support

@nfischer nfischer added the chore label Oct 26, 2020
@nfischer
Copy link
Member Author

Example run (before this PR) where codecov fails: https://ci.appveyor.com/project/shelljs/shelljs/builds/35951797

This adds testing for node 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 makes a couple minor edits to the check-node-support script for
consistency with shelljs/shx#186.

This bumps the shx dependency because it seems we're hitting issue #973
on node v14.

Test: npm run check-node-support
@nfischer nfischer force-pushed the chore-node-versions branch from 1a305c2 to 5d73b5b Compare October 26, 2020 08:22
@codecov-io
Copy link

codecov-io commented Oct 26, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1011   +/-   ##
=======================================
  Coverage   97.22%   97.22%           
=======================================
  Files          35       35           
  Lines        1332     1332           
=======================================
  Hits         1295     1295           
  Misses         37       37           

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 ba5d782...5d73b5b. Read the comment docs.

@nfischer nfischer merged commit 54049d4 into master Oct 26, 2020
@nfischer nfischer deleted the chore-node-versions branch October 26, 2020 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants