Skip to content

Commit a3bb701

Browse files
authoredMar 21, 2023
Testing on Typescript 5.0 (#2221)
1 parent d1ad522 commit a3bb701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node: ["18"]
17-
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9"]
17+
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0"]
1818
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.