Skip to content

Commit 2b41fb0

Browse files
committed
Test compatibility with TypeScript 4.0
1 parent ea66e64 commit 2b41fb0

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
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
ts-version: [~3.7.5, ~3.8, ~3.9]
44+
ts-version: [~3.7.5, ~3.8, ~3.9, ~4.0]
4545
steps:
4646
- uses: actions/checkout@v1
4747
with:

0 commit comments

Comments
 (0)