OpenFn / docs

The documentation site and knowledge base for OpenFn, the leading DPG for workflow automation.
https://docs.openfn.org
15 stars 13 forks source link

Yarn 3.8.3 #531

Closed josephjclark closed 4 weeks ago

josephjclark commented 1 month ago

Hey @taylordowns2000 I wanna get this yarn stuff wrapped. I really don't understand what's going on but I think this PR will get us some parity.

This PR locks yarn to 3.8.3. Locally I am using 3.8.3.

There is a diff in the lockfile but it's tiny, a couple of changed chache keys and checksums. I don't understand it but it's small enough that I don't care.

Note that if we use the latest yarn, 4.x, the lockfile changes version and we get all sorts of changes.

I don't want any of that: I just want to lock the yarn version down with minimal changes. I think this does it.

Could you please check out this branch and run yarn from the root?

josephjclark commented 1 month ago

Running a test on my second machine

In an old version of the docs repo, it is running yarn 1.22.22 (just like my main machine actually)

When I run yarn on this branch, I get an error because corepack isn't enabled. Cool.

Now yarn runs properly and takes ages.

When it finishes I have no diff in my local repo.

I'm happy with that