change node version in travis
This commit is contained in:
parent
1e83e6b672
commit
8325cc5a83
|
|
@ -1,6 +1,7 @@
|
|||
language: node_js
|
||||
|
||||
node_js: stable
|
||||
node_js:
|
||||
- "lts/*"
|
||||
|
||||
install:
|
||||
- yarn
|
||||
|
|
|
|||
Loading…
Reference in New Issue