Skip to content

Commit

Permalink
Remove TS 4.8-alpha from the test matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 30, 2022
1 parent 0cb73dc commit ceca051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
fail-fast: false
matrix:
node: ['14.x']
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', 'next']
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit ceca051

Please sign in to comment.