From c695bbfa25ba72dec747aabdc9159f9d10302b15 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Mon, 8 Oct 2018 22:11:10 +0200 Subject: [PATCH] Revert "Add node version output for debugging" This reverts commit 16a931d535d02a2759e26c2ae3dc66454aa4fe89. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}