@ckeditor/ckeditor5-dev-ci 52.0.0 → 53.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,7 +128,7 @@ function parseArguments( args ) {
128
128
  ],
129
129
 
130
130
  default: {
131
- task: 'yarn ckeditor5-dev-ci-notify-circle-status',
131
+ task: 'pnpm ckeditor5-dev-ci-notify-circle-status',
132
132
  ignore: []
133
133
  }
134
134
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-ci",
3
- "version": "52.0.0",
3
+ "version": "53.0.0",
4
4
  "description": "Utils used on various Continuous Integration services.",
5
5
  "keywords": [],
6
6
  "author": "CKSource (http://cksource.com/)",