ci: use npm install instead of npm ci for lock compatibility
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 19s

This commit is contained in:
WangDL 2026-05-22 10:46:42 +08:00
parent 63a06c1a2d
commit 12ef1f40fb

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies and build
run: |
cd /tmp/admin-projects
npm ci
npm install
npm run build
- name: Deploy to production