dist: focal
language: node_js
node_js:
  - 16
  - 18
  - stable
script: make test
