Skip to content

Commit

Permalink
chore: typescript降级到5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Oct 20, 2024
1 parent 9384ff7 commit 448ccf6
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ts: [5.4.x, 5.5.x]
ts: [5.0.x, 5.1.x, 5.2.x, 5.3.x, 5.4.x, 5.5.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"node": "^18.19 || ^20.6 || >=22"
},
"peerDependencies": {
"typescript": ">=5.4"
"typescript": ">=5.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 448ccf6

Please sign in to comment.