This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 4563c51b Change npm command from ci to install (#550)
4563c51b is described below
commit 4563c51b030cdc5950f99cc4aec84c905cbc48af
Author: shown <[email protected]>
AuthorDate: Wed Oct 15 23:37:44 2025 +0800
Change npm command from ci to install (#550)
---
.github/workflows/sync-to-main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sync-to-main.yml
b/.github/workflows/sync-to-main.yml
index ee535608..62a44495 100644
--- a/.github/workflows/sync-to-main.yml
+++ b/.github/workflows/sync-to-main.yml
@@ -24,7 +24,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
- run: npm ci
+ run: npm install
- name: Build project
run: npm run build