static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

Refreshing Node.js supported versions

Open aaronpowell opened this issue 2 years ago • 2 comments

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

Fixes #756

aaronpowell avatar Dec 05 '23 03:12 aaronpowell

Oh right, tests probably need updating too 😅

aaronpowell avatar Dec 05 '23 03:12 aaronpowell

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.

aaronpowell avatar Dec 05 '23 04:12 aaronpowell