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 2420555 commit b7a66e3Copy full SHA for b7a66e3
.github/workflows/types.yml
@@ -19,5 +19,5 @@ jobs:
19
type-check:
20
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
21
with:
22
- ts-versions: ${{ github.event.schedule && 'next' || '4.5,4.9,5.0,next' }}
+ ts-versions: ${{ github.event.schedule && 'next' || '4.9,5.0,next' }}
23
ts-libs: 'es2021;esnext'
0 commit comments