We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13de112 commit 5f2655eCopy full SHA for 5f2655e
.github/workflows/types.yml
@@ -14,5 +14,5 @@ jobs:
14
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
15
with:
16
ts-prebuild-script: 'build'
17
- ts-versions: ${{ github.event.schedule && 'next' || '5.5,next' }}
+ ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
18
ts-libs: 'es2022;esnext'
0 commit comments