ci(travis): require node_js >=12

This commit is contained in:
Eric Liu 2020-09-04 17:46:02 -07:00
commit bf0f11ad98
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
language: node_js
node_js: 10
node_js: 12
cache: yarn
script:
- yarn prepack
- yarn build
- cd docs && yarn && yarn test