Skip to content

Commit d4efa00

Browse files
authored
fix(travis): update nodejs version to 10
1 parent fedde25 commit d4efa00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: node_js
22
node_js:
3-
- "7"
4-
cache: yarn
3+
- "10"
4+
cache: yarn

0 commit comments

Comments
 (0)