Skip to content

Commit

Permalink
Testing on Typescript 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Mar 20, 2023
1 parent d1ad522 commit 04894fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node: ["18"]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9"]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0"]
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 04894fb

Please sign in to comment.