From 0a3cc50567a718f7c69d23e067a97fd6134eb40f Mon Sep 17 00:00:00 2001 From: Qingyu Wang <40660121+colinaaa@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:20:54 +0800 Subject: [PATCH] ci: remove pnpm cache This may fail on Windows. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9659b8..d62e5a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22.22.0 - cache: "pnpm" - name: Install Dependencies run: pnpm install && npx playwright install chromium