Skip to content

Commit 781e86e

Browse files
committed
use old vitest
1 parent b3bbb3f commit 781e86e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-multiple-versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
if: ${{ startsWith(matrix.react, '16.') || startsWith(matrix.react, '17.') }}
3737
run: |
3838
pnpm add -D @testing-library/[email protected]
39+
- name: Patch for React 17
40+
if: ${{ startsWith(matrix.react, '17.') }}
41+
run: |
42+
pnpm add -D [email protected]
3943
- name: Patch for React 16
4044
if: ${{ startsWith(matrix.react, '16.') }}
4145
run: |

0 commit comments

Comments
 (0)