image: node:alpine

test:
  script:
  - npm install
  - npm audit
  - npm test
