language: node_js
node_js:
  - "22"
  - "stable"
before_script:
  - git config --global user.name 'Travis-CI'
  - git config --global user.email 'dummy@example.org'
after_success: npm run coverage
