Skip to content

Commit ec3fa80

Browse files
clydinalexeagle
authored andcommitted
ci: use latest npm 6.x for E2E tests (#11898)
1 parent 9107f3c commit ec3fa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
parallelism: 4
6666
steps:
6767
- attach_workspace: *attach_options
68-
- run: npm install --global npm@6.1
68+
- run: npm install --global npm@6
6969
- run: xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
7070

7171
build:

0 commit comments

Comments
 (0)