diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ba0f40..99316a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - name: Run tests run: npm test timeout-minutes: 20 + - name: Run tests with latest ESLint 8.x + run: 'npm i -D eslint@8.57.0 && npm test' - name: Coveralls uses: coverallsapp/github-action@master with: