Commit b31ef22
committed
Specify yarn 1.22.22 in .tool-versions
PR #6612 added yarn to .tool-versions instead of specifying that it
should be installed using homebrew. The version you get when installing
using homebrew is 1.22.22[1] ("Yarn classic") while the version added to
.tool-versions was 4.9.4 ("Yarn modern"). I've opened a draft PR[2] to
follow the migration guide to upgrade to Yarn modern but it seems like
it might be a bit involved. In the meantime all the developers will
start to see changes to .package.json and the addition of new yarn
related files when they run `yarn install`. I think it's safer for now
to retain the behaviour prior to #6612 while we work on #6681 in the
background.
[1]: https://formulae.brew.sh/formula/yarn
[2]: #66811 parent b40c712 commit b31ef22
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
0 commit comments