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