Sfoglia il codice sorgente

Add node version output for debugging

Johannes Schill 7 anni fa
parent
commit
118c3b1746
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.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" }}