Skip to content

Commit 90454ff

Browse files
committed
🔧 Fix outdated node versions for travis
1 parent 52d0745 commit 90454ff

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,8 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- "8"
5-
- "6"
4+
- "10"
5+
- "12"
66

77
cache:
88
yarn: true

0 commit comments

Comments
 (0)