sudo: false
language: node_js
node_js:
  - 13
  - 12
  - 10
branches:
  only:
    - master
  except:
    - /^v[0-9]/
