Skip to content

Commit

Permalink
ci: test on TS 5.6 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Dec 1, 2024
1 parent cf066c7 commit 2a3b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
type-check:
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
with:
ts-versions: ${{ github.event.schedule && 'next' || '5.1,next' }}
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
ts-libs: 'es2022;esnext'

0 comments on commit 2a3b4ae

Please sign in to comment.