js-lint:
  stage: lint
  image: node:14-alpine
  needs:
    - js-install
  script:
    - '[ -e yarn.lock ] && yarn lint || npm run lint'