From e97948df10dc62375e54d46607b9bf68187bdbb7 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Sat, 27 Aug 2022 10:30:07 +0300 Subject: [PATCH] ci: Uninstall @jest/types before testing types on TS 4.0 and 3.8 --- .github/workflows/typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index af52097d..17d8ea97 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -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