Add node version output for debugging

This commit is contained in:
Johannes Schill 2018-10-08 22:00:57 +02:00
parent 878433bcfa
commit 118c3b1746

View File

@ -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" }}