language: node_js
node_js:
    - 14
install:
    - npm install
script:
    - npm run build
    - npm test
