Skip to content

Commit 8cac33c

Browse files
committed
ci: typescript矩阵增加5.6, 5,7, 58
1 parent 4f53541 commit 8cac33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
ts: [5.0.x, 5.1.x, 5.2.x, 5.3.x, 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, 5.6.x, 5.7.x, 5.8.x]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: pnpm/action-setup@v4
3131
- uses: actions/setup-node@v4
3232
with:
3333
cache: 'pnpm'
3434
node-version-file: 'package.json'
35-
- name: Use Typescript@${{ matrix.ts }} & @types/node@${{ matrix.node-dts }}
35+
- name: Use Typescript@${{ matrix.ts }}
3636
run: |
3737
pnpm install
3838
pnpm install typescript@${{ matrix.ts }}

0 commit comments

Comments
 (0)