addons:
  firefox: "latest"
dist: bionic
language: node_js
node_js:
  - '12'
  - '14'
  - '16'
script:
  - npx playwright install
  - npm run build
