Skip to content

Commit

Permalink
Test compatibility with TypeScript 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jan 1, 2022
1 parent 8df118b commit 29024af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ts-version: [~4.4]
ts-version: [~4.4, ~4.5]
steps:
- uses: actions/checkout@v2
- run: rm .npmrc
Expand Down

0 comments on commit 29024af

Please sign in to comment.