chore(dependencies): replace lucide-vue-next with @lucide/vue in package.json and update lint workflow for improved dependency management

This commit is contained in:
keven1024
2026-05-24 14:03:49 +08:00
parent 218b4cc6ac
commit f956130b4f
5 changed files with 20 additions and 37 deletions

View File

@@ -13,10 +13,11 @@ jobs:
node-version: '24'
- uses: pnpm/action-setup@v4
with:
cache: true
version: latest
cache: true
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
pnpm install --frozen-lockfile
- name: Run frontend lint
run: pnpm lint:front