Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include yarn and node versions in yarn.lock #3265

Merged
merged 1 commit into from
May 8, 2017

Commits on Apr 27, 2017

  1. Include yarn and node versions in yarn.lock

    Sometimes it is helpful for automated tooling to know the version of
    yarn and nodejs that was used in the environment that last modified the
    yarn.lock file.
    
    For example, this allows CI platforms to automatically ensure the
    same versions of yarn and node are used in CI as locally.
    
    This functionality can be disabled by adding to .yarnrc
      yarn-disable-lockfile-versions true
    christopherstott committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    4994242 View commit details
    Browse the repository at this point in the history