From 35bedf10f9762fc881b36978b3ab77fdaa262a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 8 Aug 2024 16:02:35 +0800 Subject: [PATCH] chore: Update --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6e28f27..05d1a0a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: cache: "pnpm" - name: Install dependencies - run: pnpm install + run: pnpm install # --frozen-lockfile - name: Lint run: pnpm lint