-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Migrate away from yarn 1/classic #1444
Comments
I've been curious about this for a while, and we temporarily had things working with v3.5.1 back in #754, but I haven't looked at it in a bit. That PR might have some hints though. |
@gazayas that's interesting, and I'd forgotten about that PR. I don't find anything in the contents of that PR that actually pins |
@jagthedrummer I don't quite remember the CI setup at that point, but yes, I was running v3.5.1 locally. It created all these files in It seems like you got v4 to pass on CI though? I'll see if I can test out the branch locally soon. |
@gazayas Looks like we probably want to tweak I wonder if version 3.5.1 might have put some kind of version identifier somewhere in I'll add the |
We're running on yarn
1.22.22
by default and the1.x
line has been deprecated since 2020.This has started to cause problems due to
depfu
trying to make some updates that cause the tests to fail.The failures look like this:
Other folks have run in to this and it seems like the best solution is to upgrade off of yarn 1.
The text was updated successfully, but these errors were encountered: