static-web-apps-cli
static-web-apps-cli copied to clipboard
Refreshing Node.js supported versions
Oh right, tests probably need updating too 😅
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.