File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 51
51
- name : Install @testing-library/dom v${{ matrix.testing-library-dom }}
52
52
run : npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}
53
53
54
+ - name : Install TypeScript v4
55
+ if : ${{ startsWith(matrix.node, 12) }}
56
+ run : npm install --no-save --force typescript@4
57
+
54
58
- name : ▶️ Run validate script (without linting)
55
59
if : ${{ matrix.eslint != 8 }}
56
60
run : npm run validate -- build,test:coverage
Original file line number Diff line number Diff line change 52
52
"eslint-remote-tester" : " ^3.0.0" ,
53
53
"eslint-remote-tester-repositories" : " ^1.0.1" ,
54
54
"kcd-scripts" : " ^12.0.0" ,
55
- "typescript" : " ^4.5 .3"
55
+ "typescript" : " ^5.1 .3"
56
56
},
57
57
"peerDependencies" : {
58
58
"@testing-library/dom" : " ^8.0.0 || ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments