From 4732502dc2a6d395665b6014eadce66ccd0da041 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Wed, 21 Dec 2022 13:34:05 +0200 Subject: [PATCH] ci: Uninstall @jest/types before testing types on TS 4.2 --- .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 17d8ea97..eaebeb7e 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -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 typescript@4.2 - run: npm run test:dist:types - - run: npm uninstall jest @types/jest - run: npm install --no-save typescript@4.0 - run: npm run test:dist:types