Wondering how to force the version of `yarn` used ...
# seed
t
Wondering how to force the version of
yarn
used in deploys? Locally, I have
v3.2.0
(
yarn --version
). I know how to set the
node
version…
f
Hey @Tony Boggis, can you try adding this to ur
seed.yml
?
Copy code
before_compile:
  - npm i -g yarn@3.2.0