language: node_js
node_js:
  - "node" # latest stable Node release
  - "14"
  - "13"
  - "12"
  - "11"
  - "10"