Skip to content

Commit 3b5aac8

Browse files
ef4kategengler
authored andcommitted
Removing ts@next from CI
We're seeing potentially-buggy behavior from the currently unreleased typescript. To unblock other PRs I'm taking it out of the CI matrix for the present. (cherry picked from commit 83cc471)
1 parent 346d776 commit 3b5aac8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
needs: ['types']
4343
strategy:
4444
matrix:
45-
ts-version: ['4.9', '5.0', 'next']
45+
# I removed 'next' from this list because we're seeing buggy behavior in
46+
# the so-far unreleased 5.4. -ef4
47+
ts-version: ['4.9', '5.0']
4648
steps:
4749
- uses: actions/checkout@v3
4850
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)