From dcc844678881d88057c8f50a16f1883c8ebf786b Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Sun, 3 Jan 2021 20:31:27 +0200 Subject: [PATCH] Remove npm-update from CircleCI (#778) It started failing 2 months ago and shouldn't be needed at all. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98ed34d..b74ee4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,9 +6,6 @@ jobs: - image: circleci/node:current-browsers steps: - checkout - - run: - name: update-npm - command: 'sudo npm install -g npm@latest' - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: