Skip to content

Commit

Permalink
Update .github/workflows/validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Jun 4, 2023
1 parent 790f51d commit cffdde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install ESLint v${{ matrix.eslint }}
run: npm install --no-save --force eslint@${{ matrix.eslint }}

- name: Install @testing-library/dom v${{ matrix.testing-library }}
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library }}
- name: Install @testing-library/dom v${{ matrix.testing-library-dom }}
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}

- name: ▶️ Run validate script (without linting)
if: ${{ matrix.eslint != 8 }}
Expand Down

0 comments on commit cffdde0

Please sign in to comment.