language: node_js node_js: - "18" - "20" - "22" script: - npm run-script lint - npm test