diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9b21be5..961931a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: - run: npm ci - run: npm run test:unit - - run: npm install --save-dev eslint@7 && npm run test:unit - name: Coveralls uses: coverallsapp/github-action@master diff --git a/package.json b/package.json index 7c70ff20..df14f927 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "typescript": "^5.0.4" }, "peerDepencencies": { - "eslint": ">=7.0.0 <9.0.0" + "eslint": ">=8.38.0 <9.0.0" }, "repository": { "type": "git",