From c426564a39cdf170f2cfc172c374cd01619c7689 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 12 Mar 2019 13:24:20 -0230 Subject: [PATCH] ci: Skip updating npm@6 as it is default --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a1ebd5e9..807ed042c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,9 +86,9 @@ jobs: steps: - checkout - run: - name: Install npm 6 + deps via npm + name: Install deps via npm command: | - sudo npm install -g npm@6 && npm ci + npm ci - persist_to_workspace: root: . paths: