language: node_js
node_js:
  - "8.17.0"
  - "10.20.1"
  - "12.16.1"
  - "13.14.0"
  - "14.1.0"
  - "stable"

# safelist
branches:
  only:
  - master
