Skip to content

Commit b825c59

Browse files
committed
Remove 'next' from type workflow
1 parent af90ae1 commit b825c59

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
@@ -20,5 +20,5 @@ jobs:
2020
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
2121
with:
2222
no-lockfile: true
23-
ts-versions: ${{ github.event.schedule && 'next' || '5.4,next' }}
23+
ts-versions: '5.4'
2424
ts-libs: 'esnext'

0 commit comments

Comments
 (0)