Skip to content

Commit 448ccf6

Browse files
committed
chore: typescript降级到5.0
1 parent 9384ff7 commit 448ccf6

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
ts: [5.4.x, 5.5.x]
27+
ts: [5.0.x, 5.1.x, 5.2.x, 5.3.x, 5.4.x, 5.5.x]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: pnpm/action-setup@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"node": "^18.19 || ^20.6 || >=22"
7272
},
7373
"peerDependencies": {
74-
"typescript": ">=5.4"
74+
"typescript": ">=5.0"
7575
},
7676
"peerDependenciesMeta": {
7777
"typescript": {

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)