Skip to content

Commit

Permalink
Run tests against latest ESLint 8.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Apr 19, 2024
1 parent e19e93e commit ddd614c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit ddd614c

Please sign in to comment.