mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore: set circleCI version of yarn to v1.0.2 (#868)
* Update circle.yml * Update circle.yml
This commit is contained in:
parent
fb0a383e5e
commit
cbecc657c6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ machine:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.0.2
|
||||||
- yarn --version
|
- yarn --version
|
||||||
override:
|
override:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
|
|
Loading…
Reference in a new issue