ci: fix pnpm install frozen-lockfile issue

This commit is contained in:
hicccc77
2026-03-27 18:17:26 +08:00
parent c80115d0f7
commit bb60694013

View File

@@ -33,7 +33,7 @@ jobs:
version: 9 version: 9
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --no-frozen-lockfile
# 1. npm audit - 检查依赖漏洞 # 1. npm audit - 检查依赖漏洞
- name: Dependency vulnerability audit - name: Dependency vulnerability audit