Skip to content

Commit cc0e522

Browse files
committed
ci: update matrix node version conditions
1 parent 60a3a37 commit cc0e522

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
@@ -54,7 +54,7 @@ jobs:
5454
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}
5555

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

6060
- name: ▶️ Run validate script (without linting)
@@ -66,7 +66,7 @@ jobs:
6666
run: npm run validate
6767

6868
- name: ▶️ Ensure docs are up-to-date
69-
if: ${{ matrix.eslint == 8 && matrix.node == 16 }}
69+
if: ${{ matrix.eslint == 8 }}
7070
run: npm run lint:generate-readme-table
7171

7272
- name: ⬆️ Upload coverage report

0 commit comments

Comments
 (0)