From 18ad222d315bf07fe34e506f2de0d0f0eab62c2d Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Fri, 3 Apr 2020 11:35:08 +0200 Subject: [PATCH 1/2] Internal: Updated the version of Node.js on Travis. Closes #6542. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9808631fbc3..194e22521dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ services: cache: yarn: true node_js: -- "8" +- "10" cache: - node_modules before_install: From f3a1a5029983269ff27fa826fe8d6fa9444b2a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Tue, 7 Apr 2020 12:43:24 +0200 Subject: [PATCH 2/2] Docs: Fixed an incorrect heading level. [skip ci] --- docs/framework/guides/development-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/guides/development-tools.md b/docs/framework/guides/development-tools.md index ce1f12638a4..019cc6d2123 100644 --- a/docs/framework/guides/development-tools.md +++ b/docs/framework/guides/development-tools.md @@ -72,7 +72,7 @@ Click the "Inspect editor" button below to attach the inspector to the ed {@snippet framework/development-tools/inspector} -## Compatibility +### Compatibility The inspector works with CKEditor 5 [v12.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v12.0.0)+.