소스 검색

Internal: Updated the version of Node.js on Travis. Closes #6542.

Kamil Piechaczek 5 년 전
부모
커밋
18ad222d31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ services:
 cache:
   yarn: true
 node_js:
-- "8"
+- "10"
 cache:
 - node_modules
 before_install: