From 118c3b17460bb855e64cbb53234d556b1a2778aa Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Mon, 8 Oct 2018 22:00:57 +0200 Subject: [PATCH] Add node version output for debugging --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a92b58da30a..874bd8fe6d0 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: 'yarn install --pure-lockfile --no-progress' + command: 'node --version && yarn install --pure-lockfile --no-progress' no_output_timeout: 15m - save_cache: key: dependency-cache-{{ checksum "yarn.lock" }}