Skip to content

Commit de56a19

Browse files
authored
ci: update matrix node version conditions (#364)
1 parent 3fc5b10 commit de56a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}
5757

5858
- name: Install TypeScript v4
59-
if: ${{ startsWith(matrix.node, 12) }}
59+
if: ${{ matrix.node == '12.x' }}
6060
run: npm install --no-save --force typescript@4
6161

6262
- name: ▶️ Run validate script (without linting)
@@ -68,7 +68,7 @@ jobs:
6868
run: npm run validate
6969

7070
- name: ▶️ Ensure docs are up-to-date
71-
if: ${{ matrix.eslint == 8 && matrix.node == 16 }}
71+
if: ${{ matrix.eslint == 8 && matrix.node != '12.x' }}
7272
run: npm run lint:generate-readme-table
7373

7474
- name: ⬆️ Upload coverage report

0 commit comments

Comments
 (0)