language: node_js node_js: - "18" notifications: email: false before_install: - npm install prom-client script: - npm run lint - npm test - npm run test-types