diff --git a/.circleci/config.yml b/.circleci/config.yml index 874bd8fe6d0..a92b58da30a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ jobs: key: dependency-cache-{{ checksum "yarn.lock" }} - run: name: yarn install - command: 'node --version && yarn install --pure-lockfile --no-progress' + command: 'yarn install --pure-lockfile --no-progress' no_output_timeout: 15m - save_cache: key: dependency-cache-{{ checksum "yarn.lock" }}