Skip to content

Commit

Permalink
Remove 'next' from type workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Dec 17, 2024
1 parent af90ae1 commit 54539e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
with:
no-lockfile: true
ts-versions: ${{ github.event.schedule && 'next' || '5.4,next' }}
ts-versions: ${{ github.event.schedule && '5.4' || '5.4' }}
ts-libs: 'esnext'

0 comments on commit 54539e5

Please sign in to comment.