We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typescript@<4.9.0
1 parent 05c552d commit 41076dcCopy full SHA for 41076dc
.github/infrastructure.yml
@@ -41,8 +41,6 @@ branches:
41
- context: test (19)
42
- context: typescript (5.0.4)
43
- context: typescript (latest)
44
- - context: typescript (~4.7.0)
45
- - context: typescript (~4.8.0)
46
- context: typescript (~4.9.0)
47
strict: true
48
restrictions: null
.github/workflows/ci.yml
@@ -237,8 +237,6 @@ jobs:
237
- ${{ needs.preflight.outputs.version-typescript }}
238
- latest
239
- ~4.9.0
240
- - ~4.8.0
241
- - ~4.7.0
242
steps:
243
- id: checkout
244
name: Checkout ${{ env.REF_NAME }}
package.json
@@ -159,6 +159,7 @@
159
},
160
"engines": {
161
"node": ">=16.20.0",
162
+ "typescript": ">=4.9.0",
163
"yarn": "4.0.0-rc.39"
164
165
"packageManager": "[email protected]",
0 commit comments