diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f57856..594502e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ commands: # CircleCI does not use the latest Chrome. Hence, we must install it manually. - run: name: Install the latest Chrome - command: ckeditor5-dev-ci-install-latest-chrome + command: yarn ckeditor5-dev-ci-install-latest-chrome bootstrap_repository_command: description: "Bootstrap the repository" diff --git a/package.json b/package.json index 9c18fd6..04c2581 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@ckeditor/ckeditor5-basic-styles": "^35.0.0", "@ckeditor/ckeditor5-block-quote": "^35.0.0", "@ckeditor/ckeditor5-dev-bump-year": "^38.0.0", - "@ckeditor/ckeditor5-dev-ci": "^38.0.0", + "@ckeditor/ckeditor5-dev-ci": "^38.4.0", "@ckeditor/ckeditor5-dev-release-tools": "^38.0.0", "@ckeditor/ckeditor5-dev-utils": "^38.0.0", "@ckeditor/ckeditor5-editor-decoupled": "^35.0.0",