Skip to content

Commit

Permalink
Testing on Typescript 5.0 (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Mar 21, 2023
1 parent d1ad522 commit a3bb701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
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 a3bb701

Please sign in to comment.