language: node_js node_js: - "14" - "16" - "17" before_script: - yarn prepare script: - yarn test:ci - yarn prettier --check src/**/*.js notifications: email: false