Skip to content

Commit 779538f

Browse files
authored
chore: 解决npm报错 (#2112)
1 parent b8bb69f commit 779538f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/issue-automated.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
node-version: 20
2929

3030
- name: Install dependencies
31-
run: yarn add openai @antv/mcp-server-antv
31+
run: |
32+
yarn install
33+
yarn add openai @antv/mcp-server-antv -W
3234
3335
- name: Process Issue
3436
uses: actions/github-script@v7

0 commit comments

Comments
 (0)