Skip to content

Commit e97948d

Browse files
committedAug 27, 2022
ci: Uninstall @jest/types before testing types on TS 4.0 and 3.8
1 parent 17a56bd commit e97948d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/typescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm install --no-save typescript@4.2
2424
- run: npm run test:dist:types
2525

26-
- run: npm uninstall jest
26+
- run: npm uninstall jest @types/jest
2727
- run: npm install --no-save typescript@4.0
2828
- run: npm run test:dist:types
2929

0 commit comments

Comments
 (0)
Please sign in to comment.