From 1713c9d76bed3e15aa3266626dfca1ee26d09bd1 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 9 Nov 2024 06:21:28 +1300 Subject: [PATCH] ci: try this instead --- .github/workflows/node-4+.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index 25c3dd6cc..5f4d0a843 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -18,6 +18,7 @@ jobs: name: 'npm install' with: skip-ls-check: true + - run: npm i --force typescript@latest - run: npm run test-types matrix: