Forráskód Böngészése

Revert "Add node version output for debugging"

This reverts commit 16a931d535d02a2759e26c2ae3dc66454aa4fe89.
Johannes Schill 7 éve
szülő
commit
c695bbfa25
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -104,7 +104,7 @@ jobs:
           key: dependency-cache-{{ checksum "yarn.lock" }}
           key: dependency-cache-{{ checksum "yarn.lock" }}
       - run:
       - run:
           name: yarn install
           name: yarn install
-          command: 'node --version && yarn install --pure-lockfile --no-progress'
+          command: 'yarn install --pure-lockfile --no-progress'
           no_output_timeout: 15m
           no_output_timeout: 15m
       - save_cache:
       - save_cache:
           key: dependency-cache-{{ checksum "yarn.lock" }}
           key: dependency-cache-{{ checksum "yarn.lock" }}