Skip to content

Commit cffdde0

Browse files
Update .github/workflows/validate.yml
1 parent 790f51d commit cffdde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Install ESLint v${{ matrix.eslint }}
4949
run: npm install --no-save --force eslint@${{ matrix.eslint }}
5050

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

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

0 commit comments

Comments
 (0)