Skip to content

Commit 59eedc2

Browse files
clydinfilipesilva
authored andcommitted
ci: use npm 6.1 for CLI E2E tests
1 parent 91c18ce commit 59eedc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
steps:
6464
- checkout: *post_checkout
6565
- restore_cache: *_root_package_lock_key
66+
- run: npm install --global [email protected]
6667
- run: xvfb-run -a npm run test-cli-e2e -- --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
6768

6869
build:

0 commit comments

Comments
 (0)