Browse Source

Internal: Updated the version of Node.js on Travis. See ckeditor/ckeditor5#6542.

Kamil Piechaczek 5 years ago
parent
commit
401c215520
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-build-classic/.travis.yml

+ 1 - 1
packages/ckeditor5-build-classic/.travis.yml

@@ -7,7 +7,7 @@ language: node_js
 services:
 - xvfb
 node_js:
-- '8'
+- '10'
 cache:
   yarn: true
 branches: