replace node_js v13 with v14 in travis config

This commit is contained in:
Konstantin Pogorelov
2021-02-18 12:52:00 +01:00
parent 3f587fb760
commit 731fd3ec01

View File

@@ -2,7 +2,7 @@ language: node_js
node_js:
- "10"
- "12"
- "13"
- "14"
notifications:
email: false
before_install: