Skip to content

Commit 61e4bbd

Browse files
committed
chore!: require TS >=5.7
1 parent e357f12 commit 61e4bbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
type-check:
2020
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
2121
with:
22-
ts-versions: ${{ github.event.schedule && 'next' || '4.9,5.0,next' }}
22+
ts-versions: ${{ github.event.schedule && 'next' || '5.7,next' }}
2323
ts-libs: 'es2020;esnext'

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"mocking"
1919
],
2020
"engines": {
21-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
21+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
22+
"typescript": ">=5.7.0"
2223
},
2324
"main": "index.js",
2425
"module": "index.mjs",

0 commit comments

Comments
 (0)