소스 검색

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

Kamil Piechaczek 5 년 전
부모
커밋
dfe8520095
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-word-count/.travis.yml

+ 1 - 1
packages/ckeditor5-word-count/.travis.yml

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