Skip to content

Commit 29024af

Browse files
committed
Test compatibility with TypeScript 4.5
1 parent 8df118b commit 29024af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
ts-version: [~4.4]
46+
ts-version: [~4.4, ~4.5]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- run: rm .npmrc

0 commit comments

Comments
 (0)