👷 移除lockfile

This commit is contained in:
目棃
2024-01-30 12:35:25 +08:00
parent 644da14c50
commit 6b085c200c
3 changed files with 7 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8.14.1
- name: remove lockfile
run: rm -f pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: "Qodana Scan"