language: node_js
node_js:
  - 16
install:
  - npm i
script:
  - npm run test:ci
