diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index 25c3dd6cc..1d7488771 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -18,6 +18,9 @@ jobs: name: 'npm install' with: skip-ls-check: true + # for some reason we've got to force typescript to install here + # even though the npm script has `typescript@latest` + - run: npm i --force typescript@latest - run: npm run test-types matrix: