Skip to content

Commit b7a66e3

Browse files
committed
Only test types in TS >=4.9
1 parent 2420555 commit b7a66e3

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
@@ -19,5 +19,5 @@ jobs:
1919
type-check:
2020
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
2121
with:
22-
ts-versions: ${{ github.event.schedule && 'next' || '4.5,4.9,5.0,next' }}
22+
ts-versions: ${{ github.event.schedule && 'next' || '4.9,5.0,next' }}
2323
ts-libs: 'es2021;esnext'

0 commit comments

Comments
 (0)