Skip to content

Commit

Permalink
ci: Uninstall @jest/types before testing types on TS 4.0 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Aug 27, 2022
1 parent 17a56bd commit e97948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm install --no-save typescript@4.2
- run: npm run test:dist:types

- run: npm uninstall jest
- run: npm uninstall jest @types/jest
- run: npm install --no-save typescript@4.0
- run: npm run test:dist:types

Expand Down

0 comments on commit e97948d

Please sign in to comment.