language: node_js
node_js:
  - "lts/*"

branches:
  only:
  - master
  - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
