Skip to content

Commit 4732502

Browse files
committedDec 21, 2022
ci: Uninstall @jest/types before testing types on TS 4.2
1 parent 8e134c7 commit 4732502

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
@@ -19,11 +19,11 @@ jobs:
1919
- run: npm ci
2020
- run: npm run build:node
2121
- run: npm run test:dist:types
22+
- run: npm uninstall jest @types/jest
2223

2324
- run: npm install --no-save typescript@4.2
2425
- run: npm run test:dist:types
2526

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.