Skip to content

Commit 6fcd0e4

Browse files
author
Colin McDonnell
committed
Remove ts@beta test
1 parent 274fa3e commit 6fcd0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node: [ '14' ]
17-
typescript: [ '4.1', '4.2', '4.3', '4.4', 'beta' ]
17+
typescript: [ '4.1', '4.2', '4.3', '4.4' ]
1818
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)