We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a3a37 commit cc0e522Copy full SHA for cc0e522
.github/workflows/validate.yml
@@ -54,7 +54,7 @@ jobs:
54
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}
55
56
- name: Install TypeScript v4
57
- if: ${{ startsWith(matrix.node, 12) }}
+ if: ${{ matrix.node == '12.x' }}
58
run: npm install --no-save --force typescript@4
59
60
- name: ▶️ Run validate script (without linting)
@@ -66,7 +66,7 @@ jobs:
66
run: npm run validate
67
68
- name: ▶️ Ensure docs are up-to-date
69
- if: ${{ matrix.eslint == 8 && matrix.node == 16 }}
+ if: ${{ matrix.eslint == 8 }}
70
run: npm run lint:generate-readme-table
71
72
- name: ⬆️ Upload coverage report
0 commit comments