Skip to content

Commit 41076dc

Browse files
committed
build(ts)!: drop support for typescript@<4.9.0
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 05c552d commit 41076dc

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/infrastructure.yml

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ branches:
4141
- context: test (19)
4242
- context: typescript (5.0.4)
4343
- context: typescript (latest)
44-
- context: typescript (~4.7.0)
45-
- context: typescript (~4.8.0)
4644
- context: typescript (~4.9.0)
4745
strict: true
4846
restrictions: null

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ jobs:
237237
- ${{ needs.preflight.outputs.version-typescript }}
238238
- latest
239239
- ~4.9.0
240-
- ~4.8.0
241-
- ~4.7.0
242240
steps:
243241
- id: checkout
244242
name: Checkout ${{ env.REF_NAME }}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
},
160160
"engines": {
161161
"node": ">=16.20.0",
162+
"typescript": ">=4.9.0",
162163
"yarn": "4.0.0-rc.39"
163164
},
164165
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)