We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67385ae commit c7ccdeaCopy full SHA for c7ccdea
.github/workflows/validate.yml
@@ -51,6 +51,10 @@ jobs:
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 }}
53
54
+ - name: Install TypeScript v4
55
+ if: ${{ startsWith(matrix.node, 12) }}
56
+ run: npm install --no-save --force typescript@4
57
+
58
- name: ▶️ Run validate script (without linting)
59
if: ${{ matrix.eslint != 8 }}
60
run: npm run validate -- build,test:coverage
package.json
@@ -52,7 +52,7 @@
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^1.0.1",
"kcd-scripts": "^12.0.0",
- "typescript": "^4.5.3"
+ "typescript": "^5.1.3"
},
"peerDependencies": {
"@testing-library/dom": "^8.0.0 || ^9.0.0",
0 commit comments