From 87a42fcdcec61498904ccf83fd82851097ed7e87 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 25 Nov 2025 05:39:32 +0100 Subject: [PATCH] ci: fix pnpm cache path for setup-node --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 586f2ca5a..9f07330f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: with: node-version: '22.9.0' cache: pnpm + cache-dependency-path: pnpm-lock.yaml - name: Node version run: node -v