Skip to content

Commit

Permalink
ci: fix type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 8, 2024
1 parent c655b97 commit 35cf891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ts-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
type-check:
uses: yikesable/workflows/.github/workflows/type-check.yml@main
with:
ts-versions: ${{ github.event.schedule && 'next' || '5.5,next' }}
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
ts-libs: 'es2022;esnext'
4 changes: 2 additions & 2 deletions .github/workflows/ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: yikesable/workflows/.github/workflows/type-check.yml@main
with:
ts-prebuild-script: 'build'
# ts-versions: ${{ github.event.schedule && 'next' || '5.5,next' }}
# ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
ts-versions: 'next'
ts-libs: 'es2020;esnext'
ts-libs: 'es2022;esnext'
ts-working-directory: 'test-published-types'

0 comments on commit 35cf891

Please sign in to comment.