Browse Source

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

Kamil Piechaczek 5 years ago
parent
commit
18ad222d31
1 changed files with 1 additions and 1 deletions
  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: