feat: update yarn to v1.19.1 (#4709)

This commit is contained in:
Michael Kriese 2019-10-23 08:50:48 +02:00 committed by Rhys Arkins
parent bd74b98ed3
commit 565e02a7d3

View file

@ -198,7 +198,7 @@ RUN npm install -g npm@$NPM_VERSION
# Yarn # Yarn
ENV YARN_VERSION=1.17.3 ENV YARN_VERSION=1.19.1
RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version ${YARN_VERSION} RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version ${YARN_VERSION}