diff --git a/.circleci/config.yml b/.circleci/config.yml index e4abe59217a..23fc65e4495 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -630,6 +630,10 @@ jobs: - checkout - restore_cache: key: dependency-cache-{{ checksum "yarn.lock" }} + - run: + name: yarn install + command: 'yarn install --pure-lockfile --no-progress' + no_output_timeout: 5m - run: name: prepare bumped versions command: './scripts/circle-check-packages.sh'