Merge pull request #429 from strongloop/travis
chore: add Node.js 14 to travis
This commit is contained in:
commit
b06a8b8dba
|
@ -3,6 +3,7 @@ node_js:
|
|||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
- "14"
|
||||
# Xenial build environment comes with MySQL 5.7
|
||||
dist: xenial
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue