Skip to content

Commit 9676034

Browse files
committed
Fix github types workflow
1 parent 3f826b8 commit 9676034

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
@@ -18,5 +18,5 @@ jobs:
1818
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
1919
with:
2020
no-lockfile: true
21-
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
21+
ts-versions: '5.8'
2222
ts-libs: 'esnext'

0 commit comments

Comments
 (0)