language: node_js
node_js:
  - '16'
  - '18''
script:
  - npm run build
