image: node:20

test:
  script:
    - npm install
    - npm test
