Skip to content

Commit b8bb69f

Browse files
authored
chore: 解决npm报错 (#2111)
1 parent 262c4eb commit b8bb69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-automated.yml

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

3030
- name: Install dependencies
31-
run: npm install openai @antv/mcp-server-antv
31+
run: yarn add openai @antv/mcp-server-antv
3232

3333
- name: Process Issue
3434
uses: actions/github-script@v7

0 commit comments

Comments
 (0)