Skip to content

Commit

Permalink
ci: test with older TypeScript version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 22, 2024
1 parent b9ce6a2 commit ff13003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install TypeScript 4.2
run: npm i typescript@4.2
if: ${{ matrix.node-version == '16' }}

- name: Run tests
run: npm test
env:
Expand Down

0 comments on commit ff13003

Please sign in to comment.