From 9f857ea80b71663072d2630c7f466766a66cf381 Mon Sep 17 00:00:00 2001 From: euvl Date: Tue, 22 Aug 2017 12:10:36 +0100 Subject: [PATCH] Removed update-npm task --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4aefe78..c785c05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,9 +8,9 @@ jobs: steps: - checkout - - run: - name: update-npm - command: 'sudo npm install -g npm@latest' + # - run: + # name: update-npm + # command: 'sudo npm install -g npm@latest' - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }}