Skip to content

Commit

Permalink
ci: Uninstall @jest/types before testing types on TS 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Dec 21, 2022
1 parent 8e134c7 commit 4732502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- run: npm ci
- run: npm run build:node
- run: npm run test:dist:types
- run: npm uninstall jest @types/jest

- run: npm install --no-save [email protected]
- run: npm run test:dist:types

- run: npm uninstall jest @types/jest
- run: npm install --no-save [email protected]
- run: npm run test:dist:types

Expand Down

0 comments on commit 4732502

Please sign in to comment.