Skip to content

Commit

Permalink
build(ts)!: drop support for typescript@<4.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Apr 14, 2023
1 parent 05c552d commit 41076dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ branches:
- context: test (19)
- context: typescript (5.0.4)
- context: typescript (latest)
- context: typescript (~4.7.0)
- context: typescript (~4.8.0)
- context: typescript (~4.9.0)
strict: true
restrictions: null
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ jobs:
- ${{ needs.preflight.outputs.version-typescript }}
- latest
- ~4.9.0
- ~4.8.0
- ~4.7.0
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
},
"engines": {
"node": ">=16.20.0",
"typescript": ">=4.9.0",
"yarn": "4.0.0-rc.39"
},
"packageManager": "yarn@4.0.0-rc.39",
Expand Down

0 comments on commit 41076dc

Please sign in to comment.