language: node_js
dist: focal
node_js:
  - "19"
  - "18"
  - "16"
  - "15"
  - "14"
before_install:
  - npm install -g npm@latest
