Skip to content

Commit b14446d

Browse files
clydinalexeagle
authored andcommitted
ci: use latest npm 6.x for E2E tests (#11898)
1 parent 422dc48 commit b14446d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
<<: *_root_package_lock_key
2323
paths:
2424
- "node_modules"
25-
25+
2626
lint:
2727
<<: *defaults
2828
steps:
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- checkout: *post_checkout
6565
- restore_cache: *_root_package_lock_key
66-
- run: npm install --global npm@6.1
66+
- run: npm install --global npm@6
6767
- run: xvfb-run -a npm run test-cli-e2e -- --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
6868

6969
build:

0 commit comments

Comments
 (0)