Skip to content

Commit

Permalink
eslint -v8 and v9 for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaSuvorova committed Aug 17, 2024
1 parent 9b17f00 commit b640824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
eslint-version: [8.x, 9.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install ESLint ${{ matrix.eslint-version }}
run: npm install eslint@${{ matrix.eslint-version }}
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit b640824

Please sign in to comment.