Join Slack
Powered by
Wondering how to force the version of `yarn` used ...
# seed
t
Tony Boggis
05/04/2022, 12:57 AM
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
Frank
05/05/2022, 2:28 AM
Hey
@Tony Boggis
, can you try adding this to ur
seed.yml
?
Copy code
before_compile: - npm i -g yarn@3.2.0
Open in Slack
Previous
Next