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 e357f12 commit 61e4bbdCopy full SHA for 61e4bbd
.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.9,5.0,next' }}
+ ts-versions: ${{ github.event.schedule && 'next' || '5.7,next' }}
23
ts-libs: 'es2020;esnext'
package.json
@@ -18,7 +18,8 @@
18
"mocking"
],
"engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0",
+ "typescript": ">=5.7.0"
},
24
"main": "index.js",
25
"module": "index.mjs",
0 commit comments