From 8c0c5233a6f803e0d3fd2c38c57a9e3d8f1cf75f Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Wed, 5 Jul 2017 18:11:27 +0200 Subject: [PATCH] fix: Install npm@5 in CI (#447) Might help #445 --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index d7cba10617..6e9bca9d74 100644 --- a/circle.yml +++ b/circle.yml @@ -9,6 +9,7 @@ dependencies: pre: - bash bin/install-yarn.sh - yarn --version + - npm i -g npm@5 override: - yarn install --frozen-lockfile cache_directories: -- GitLab