CI is using the wrong version yarn #5614
magic-akari
started this conversation in
General
Replies: 1 comment
-
Oh, now I found the issue, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I run
yarn install
, I find thatyarn.lock
has changed.And I found that I was using the wrong version of yarn.
The CI also uses the wrong version of yarn.
I try to add
"packageManager": "yarn@3.2.2"
topackahe.json
, but another issue ran into.Beta Was this translation helpful? Give feedback.
All reactions