ci: use npm 6.1 for CLI E2E tests

This commit is contained in:
Charles Lyding 2018-07-19 12:41:30 -04:00 committed by Filipe Silva
parent 91c18ce7bf
commit 59eedc2ed8

View File

@ -63,6 +63,7 @@ jobs:
steps:
- checkout: *post_checkout
- restore_cache: *_root_package_lock_key
- run: npm install --global npm@6.1
- run: xvfb-run -a npm run test-cli-e2e -- --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
build: