chore: 调整工作流
Node.js Build / build (push) Successful in 21s

This commit is contained in:
2026-05-29 11:11:06 +08:00
parent da012e6b80
commit bba51f3a3d
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci # 或 npm install
run: npm i # 或 npm install
- name: Run build
run: npm run build