language: node_js
node_js:
  - '18.12.1'
script:
  - npm run build
