From 2cf7f1e2efb3e86cd17bd1c8007bcc43aa07b82d Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 17 Jul 2018 12:49:35 -0600 Subject: [PATCH] fix: update npm --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0bf9891c0..1680a0cca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,9 @@ jobs: at: ~/coralproject/talk - restore_cache: key: dependency-cache-{{ checksum "package-lock.json" }} + - run: + name: Update NPM + command: npm update -g npm - run: name: Install dependencies command: npm install