We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320cb53 commit 54cc4daCopy full SHA for 54cc4da
.github/workflows/test-old-typescript.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install old TypeScript
91
run: pnpm add -D typescript@${{ matrix.typescript }}
92
- name: Patch testing setup for Old TS
93
- if: ${{ matrix.typescript == '4.4.4' || matrix.typescript == '4.3.5' || matrix.typescript == '4.2.3' || matrix.typescript == '4.1.5' || matrix.typescript == '4.0.5' || startsWith(matrix.typescript, '3.') }}
+ if: ${{ matrix.typescript == '4.6.4' || matrix.typescript == '4.5.5' || matrix.typescript == '4.4.4' || matrix.typescript == '4.3.5' || matrix.typescript == '4.2.3' || matrix.typescript == '4.1.5' || matrix.typescript == '4.0.5' || startsWith(matrix.typescript, '3.') }}
94
run: |
95
pnpm add -D [email protected] @vitest/[email protected] @vitest/[email protected]
96
pnpm add -D @testing-library/jest-dom@5 @types/testing-library__jest-dom@5
0 commit comments