-
Notifications
You must be signed in to change notification settings - Fork 203
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
chore: update node v22 #3472
base: main
Are you sure you want to change the base?
chore: update node v22 #3472
Conversation
|
one question I have is whether the packages built under node 22 will still be usable in node 18 + 20 |
- `unicorn-magic` is abandoned and not compatible with node v22. Override it with pnpm to resolve to an [updated fork](SmushyTaco/unicorn-magic@09d6e7c) with minimal changes
ae08dcb
to
f8967a2
Compare
I have just tested this with the vanilla example with node 18, and it seems fine. Likewise, we only have the engines requirement on the root workspace, so all good there. |
Picks commits from #3456
unicorn-magic
dependency by overriding it with a fixed version