Skip to content

Commit 5f2655e

Browse files
committed
ci: require TS 5.6
1 parent 13de112 commit 5f2655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
1515
with:
1616
ts-prebuild-script: 'build'
17-
ts-versions: ${{ github.event.schedule && 'next' || '5.5,next' }}
17+
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
1818
ts-libs: 'es2022;esnext'

0 commit comments

Comments
 (0)