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

lock yarn to 0.22.0 #18

Merged
merged 1 commit into from
Apr 20, 2017
Merged

lock yarn to 0.22.0 #18

merged 1 commit into from
Apr 20, 2017

Conversation

pklingem
Copy link
Member

@pklingem pklingem commented Apr 20, 2017

smh

the official docker node repo recently added yarn, it overrode the version of yarn we installed via the yarn apt repo, this is noted in #15. Yarn 0.23.2 breaks the integrity check on linux. This PR locks our version to 0.22.0 in the same manner that the official docker node image does it as suggested in the PR that added yarn to the image.

To test

  • cd 7
  • docker build .

Successfully built 4436d34d57c9

  • docker run --rm 4436d34d57c9 yarn --version

0.22.0

@kdstew
Copy link
Contributor

kdstew commented Apr 20, 2017

👍

@pklingem pklingem merged commit a31e4f0 into master Apr 20, 2017
@pklingem pklingem deleted the yarn-0.22.0 branch April 20, 2017 18:38
@jrpz
Copy link

jrpz commented Apr 20, 2017

👍

@pklingem pklingem mentioned this pull request Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants