ci: use latest npm 6.x for E2E tests (#11898)

This commit is contained in:
clydin 2018-08-15 18:59:20 -04:00 committed by Alex Eagle
parent 9107f3cc4e
commit ec3fa8080a

View File

@ -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: