-
Notifications
You must be signed in to change notification settings - Fork 137
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
[hygiene] Volta pin latest node / yarn #843
Conversation
@ef4 any concerns with this? Or do we keep the version of node / yarn more conservative for a reason? |
We'll also have to fix up our
|
#851 should address that last item |
@stefanpenner - We generally want to test on the "lowest supported platform" (to make sure we still support whatever is our oldest node), but as you can tell we have issues with newer Nodes too. Maybe we should have at least one set of tests that run with oldest and newest? |
The test upgrade work that @thoov has started can address this. In ember-auto-import where we have the same concerns, we can switch node versions per scenario. https://github.com/ef4/ember-auto-import/blob/27485d4dc76de152b7bfb1efb49e5a06fc565197/test-scenarios/scenarios.ts#L24 |
Online conversations, everyone seemed ok with this choice as a baseline. We can always add additional test scenarios + node permutations. |
No description provided.