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

Refreshing Node.js supported versions #786

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aaronpowell
Copy link
Contributor

Updating the supported node versions to match the current list, including previews.

Fixes #756

@aaronpowell
Copy link
Contributor Author

Oh right, tests probably need updating too 😅

@aaronpowell
Copy link
Contributor Author

I'm not sure how to fix the failing test. The test that fails is this one here and it fails because it "thinks" we have v3 of the core tools installed but we need v4 (since v3 didn't support Node18 but now v3 does).

The problem is that we now have some overlaps in the version support (v3 and v4 both support Node 18 and Node 20), resulting in it not being able to tell what to install.

Probably need an overhaul of that test but I'm not sure what it should look like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node 20 support
1 participant