Skip to content
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

chore: change supported node versions #186

Merged
merged 1 commit into from Oct 26, 2020
Merged

Conversation

nfischer
Copy link
Member

@nfischer nfischer commented Oct 26, 2020

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

@nfischer nfischer added the chore label Oct 26, 2020
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
nfischer added a commit to shelljs/shelljs that referenced this pull request Oct 26, 2020
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
@codecov-io
Copy link

codecov-io commented Oct 26, 2020

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.

nfischer added a commit to shelljs/shelljs that referenced this pull request Oct 26, 2020
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 added a commit to shelljs/shelljs that referenced this pull request Oct 26, 2020
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 merged commit 7877b59 into master Oct 26, 2020
@nfischer nfischer deleted the chore-test-node-versions branch October 26, 2020 23:45
nfischer added a commit that referenced this pull request Jan 10, 2022
No change to logic. This adds back node v6 support to partially revert
#186. I'm hoping that v6 support is
easier now that we rely on GitHub actions for codecov. The motivation
for this change is so that we can make 0.3.x patch releases if
necessary.
nfischer added a commit that referenced this pull request Jan 10, 2022
No change to logic. This adds back node v6 support to partially revert
#186. I'm hoping that v6 support is
easier now that we rely on GitHub actions for codecov. The motivation
for this change is so that we can make 0.3.x patch releases if
necessary.
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.

None yet

2 participants