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

View file

@ -4,7 +4,7 @@
This project uses Node.js and Yarn.
- [Node.js](https://nodejs.org/en/download/package-manager/#macos) (version >=10)
- [Node.js](https://nodejs.org/en/download/package-manager/#macos) (version >=12)
- [Yarn](https://yarnpkg.com/en/docs/install#mac-stable)
## Fork and Clone