Skip to content

Commit 54cc4da

Browse files
committed
for older ts
1 parent 320cb53 commit 54cc4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-old-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install old TypeScript
9191
run: pnpm add -D typescript@${{ matrix.typescript }}
9292
- 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.') }}
93+
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.') }}
9494
run: |
9595
9696
pnpm add -D @testing-library/jest-dom@5 @types/testing-library__jest-dom@5

0 commit comments

Comments
 (0)