language: node_js
dist: focal
node_js:
  - "node"
script:
  - npm run lint
  - npm run test
