Skip to content

Commit

Permalink
chore(actions): run eslint v8
Browse files Browse the repository at this point in the history
For preparing eslint v8, add eslint matrix(v7, v8) on ci.
refs #14
  • Loading branch information
Matt (Murahashi Kenichi) committed Dec 8, 2021
1 parent 640139f commit 8c23761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -5,12 +5,15 @@ jobs:
strategy:
matrix:
node: [12.x, 14.x, 16.x]
eslint: [7, 8]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Use ESLint ${{ matrix.eslint }}
run: npm install eslint@${{ matrix.eslint }}
- run: |
npm install --silent
npm run lint
Expand Down

0 comments on commit 8c23761

Please sign in to comment.