Skip to content

Commit

Permalink
feat: support eslint 8 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Oct 26, 2021
1 parent b5bfce8 commit caeb2dd
Show file tree
Hide file tree
Showing 6 changed files with 2,741 additions and 6,011 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -56,6 +56,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x]
eslint-version: [7.x, 8.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -87,6 +88,9 @@ jobs:
- name: Install webpack ${{ matrix.webpack-version }}
run: npm i webpack@${{ matrix.webpack-version }}

- name: Install eslint ${{ matrix.eslint-version }}
run: npm i eslint@${{ matrix.eslint-version }}

- name: Run tests for webpack version ${{ matrix.webpack-version }}
run: npm run test:coverage -- --ci

Expand Down

0 comments on commit caeb2dd

Please sign in to comment.