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 5151 - name : Install @testing-library/dom v${{ matrix.testing-library-dom }}
5252 run : npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}
5353
54+ - name : Install TypeScript v4
55+ if : ${{ startsWith(matrix.node, 12) }}
56+ run : npm install --no-save --force typescript@4
57+
5458 - name : ▶️ Run validate script (without linting)
5559 if : ${{ matrix.eslint != 8 }}
5660 run : npm run validate -- build,test:coverage
Original file line number Diff line number Diff line change 5252 "eslint-remote-tester" : " ^3.0.0" ,
5353 "eslint-remote-tester-repositories" : " ^1.0.1" ,
5454 "kcd-scripts" : " ^12.0.0" ,
55- "typescript" : " ^4.5 .3"
55+ "typescript" : " ^5.1 .3"
5656 },
5757 "peerDependencies" : {
5858 "@testing-library/dom" : " ^8.0.0 || ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments