diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 471de25..d2c109e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,5 @@ jobs: uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 with: license-check: true + lint: true node-versions: '["16", "18", "20", "22"]' diff --git a/package.json b/package.json index c4fcd10..caec819 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ "bench": "node benchmark.js", "lint": "eslint", "lint:fix": "eslint --fix", - "test": "npm run lint && npm run test:unit && npm run test:typescript", - "test:ci": "npm run lint && npm run test:unit -- --coverage-report=lcovonly && npm run test:typescript", + "test": "npm run test:unit && npm run test:typescript", "test:unit": "npx tape test/**/*.js", "test:unit:dev": "npm run test:unit -- --coverage-report=html", "test:typescript": "tsd"