Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 546 Bytes

override-the-default-yarn-version.md

File metadata and controls

11 lines (8 loc) · 546 Bytes

Override The Default Yarn Version

When you first deploy an app to Netlify, the current default Yarn version will be locked in. This Yarn version will be used for future builds and deployments.

You can override the default Yarn version by including the YARN_VERSION environment variable. Set it to the desired major and minor version in the app settings panel. The next deployment will use that new version.

source