Skip to content

Commit

Permalink
ci: force latest version of TypeScript to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 8, 2024
1 parent 071b91b commit 58d17dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node-4+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 58d17dc

Please sign in to comment.