Skip to content

Commit 6b16ff6

Browse files
committed
ci: 安装时删除-w参数
1 parent 44cc7cd commit 6b16ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Typescript@${{ matrix.ts }} & @types/node@${{ matrix.node-dts }}
3636
run: |
3737
pnpm install
38-
pnpm install typescript@${{ matrix.ts }} -w
38+
pnpm install typescript@${{ matrix.ts }}
3939
- run: pnpm exec tsc
4040
code-format:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)