mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 13:31:32 +08:00
ci(workflow): 将依赖安装从yarn改为npm
This commit is contained in:
parent
9eca21fb6a
commit
ca2ee2a1bd
2
.github/workflows/auto-i18n.yml
vendored
2
.github/workflows/auto-i18n.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
node-version: 20
|
||||
|
||||
- name: 📦 Install global dependencies
|
||||
run: yarn global add openai@^5.12.2 cli-progress@^3.12.0 tsx@^4.20.3
|
||||
run: npm install -g openai@^5.12.2 cli-progress@^3.12.0 tsx@^4.20.3
|
||||
|
||||
- name: 🏃♀️ Translate
|
||||
run: tsx scripts/update-i18n.ts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user