Skip to content

Commit caeb2dd

Browse files
feat: support eslint 8 (#121)
1 parent b5bfce8 commit caeb2dd

File tree

6 files changed

+2741
-6011
lines changed

6 files changed

+2741
-6011
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
5858
node-version: [12.x, 14.x, 16.x]
59+
eslint-version: [7.x, 8.x]
5960
webpack-version: [latest]
6061

6162
runs-on: ${{ matrix.os }}
@@ -87,6 +88,9 @@ jobs:
8788
- name: Install webpack ${{ matrix.webpack-version }}
8889
run: npm i webpack@${{ matrix.webpack-version }}
8990

91+
- name: Install eslint ${{ matrix.eslint-version }}
92+
run: npm i eslint@${{ matrix.eslint-version }}
93+
9094
- name: Run tests for webpack version ${{ matrix.webpack-version }}
9195
run: npm run test:coverage -- --ci
9296

0 commit comments

Comments
 (0)