We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9107f3c commit ec3fa80Copy full SHA for ec3fa80
.circleci/config.yml
@@ -65,7 +65,7 @@ jobs:
65
parallelism: 4
66
steps:
67
- attach_workspace: *attach_options
68
- - run: npm install --global npm@6.1
+ - run: npm install --global npm@6
69
- run: xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
70
71
build:
0 commit comments