From 7373be27b8801fd98f3b7043201ef1750d63f13a Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Wed, 15 Aug 2018 10:40:17 -0400 Subject: [PATCH] ci: use latest npm 6.x for E2E tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 90e8d418136e..865710df5eb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: parallelism: 4 steps: - attach_workspace: *attach_options - - run: npm install --global npm@6.1 + - run: npm install --global npm@6 - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} build: