language: node_js
node_js:
  - "12.9.0"
install: npm install
before_script: npm run build
