Skip to content

Commit

Permalink
feat: update yarn to v1.19.1 (#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored and rarkins committed Oct 23, 2019
1 parent bd74b98 commit 565e02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -198,7 +198,7 @@ RUN npm install -g npm@$NPM_VERSION

# 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}

Expand Down

0 comments on commit 565e02a

Please sign in to comment.