1
0
Fork 0
mirror of synced 2025-04-03 21:23:31 +03:00

update .travis.yml

This commit is contained in:
Akolzin Dmitry 2020-08-18 17:32:19 +03:00
parent b0ab9a6c18
commit 7f3d1a3b6f
2 changed files with 2 additions and 2 deletions

View file

@ -12,10 +12,10 @@ script: npm run test
jobs:
include:
- node_js: 8
- node_js: 10
- node_js: 12
- node_js: 13
- node_js: 14
after_success:
- npm install -g codecov
- npm run report-coverage

View file

@ -36,7 +36,7 @@
"rollup": "^2.26.3"
},
"engines": {
"node": ">= 8.0.0"
"node": ">= 10.0.0"
},
"homepage": "https://github.com/retailcrm/mg-bot-api-client-js#readme",
"repository": {