ci: use --no-frozen-lockfile since lockfile is gitignored
CI - Build & Test / Backend (.NET) (push) Successful in 25s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 3s

This commit is contained in:
Bao
2026-06-09 17:02:21 +02:00
parent 1cfc9dfe56
commit d46ffe309e
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
corepack prepare pnpm@latest --activate
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
working-directory: frontend
- name: Type check