mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
feat: update yarn to v1.19.1 (#4709)
This commit is contained in:
parent
bd74b98ed3
commit
565e02a7d3
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue