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

Bump node to supported versions #913

Merged
merged 1 commit into from
Feb 8, 2023
Merged

Bump node to supported versions #913

merged 1 commit into from
Feb 8, 2023

Conversation

hjdivad
Copy link
Contributor

@hjdivad hjdivad commented Feb 8, 2023

See Node Releases

Floating deps test is currently failing with things like

The engine "node" is incompatible with this module. Expected version "^12.13.0 || ^14.15.0 || >=16.0.0". Got "10.24.1"

Which is to be expected for out-of-support node versions.

@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Merging #913 (710739c) into master (61fed6b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #913   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files          17       17           
  Lines         550      550           
=======================================
  Hits          519      519           
  Misses         31       31           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@SergeAstapov
Copy link
Contributor

@hjdivad @rwjblue should we bumo even to 16+? Node.js 14 is EOL in less then two months from now and going 16+ will prevent the same issue in future for more time

@hjdivad
Copy link
Contributor Author

hjdivad commented Mar 2, 2023

@SergeAstapov This makes sense to me. This PR is only cut in a pre-release, so having 3.0.0 proper only support node 16 sounds right.

Do you have cycles to post a PR? I'd be happy to review if you do.

@SergeAstapov
Copy link
Contributor

@hjdivad done! see #920

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.

3 participants