We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ad522 commit a3bb701Copy full SHA for a3bb701
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
node: ["18"]
17
- typescript: ["4.5", "4.6", "4.7", "4.8", "4.9"]
+ typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0"]
18
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
19
steps:
20
- uses: actions/checkout@v2
0 commit comments