intuit/auto

"Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`."

uschtwill opened this issue · 2 comments

I get this when trying to run the Github Action. I am not sure what the problem ist.

Locally yarn.lock doesn't change on consecutive runs. I tried resetting everything as much as possible and running yarn install from scratch, but still can't get it to work.

But I can't find any other issues on this (nor anything via Google for that matter) so I am thinking I must be missing something basic?

Locally the lock file doesn't change on consecutive runs.

Correction: While this is true for running yarn install, I had trouble before with my executions being interrupted locally, due to yarn.lock changing in the midst of auto shipit and the process failing half-way through.

Pinned the world. Works.