image: node:16

before_script:
  - npm install

test:
  script:
    - npm run test
