
language: node_js
branches:
  only:
    - master
    - development
node_js:
   - "14"
   - "13"
   - "12"
   - "10"
   - "9"
   - "8"
