Skip to content

Commit

Permalink
Remove ts@beta test
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Oct 23, 2021
1 parent 274fa3e commit 6fcd0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node: [ '14' ]
typescript: [ '4.1', '4.2', '4.3', '4.4', 'beta' ]
typescript: [ '4.1', '4.2', '4.3', '4.4' ]
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6fcd0e4

Please sign in to comment.