From fd65679ca17bcb8128cb469d142649ddcf9effa1 Mon Sep 17 00:00:00 2001 From: "groombook-paperclip[bot]" Date: Tue, 17 Mar 2026 18:40:08 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20remove=20pnpm=20cache=20=E2=80=94=20?= =?UTF-8?q?no=20lockfile=20on=20main=20yet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit setup-node's cache: pnpm requires pnpm-lock.yaml to exist. The lockfile is coming in PR #15 but isn't on main yet. Remove caching for now — it'll be re-enabled once the lockfile lands. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc4c9b..d3cf7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile @@ -40,7 +39,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile @@ -60,7 +58,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile