From 3206e6c24418398e25ed4f16c9e005bf4782ecd6 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 30 May 2026 19:18:22 -0400 Subject: [PATCH] ci: add pnpm cache key to setup-node steps --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19d5737..9fb4cce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + cache: 'pnpm' - name: Enable corepack run: corepack enable @@ -40,6 +41,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24 + cache: 'pnpm' - name: Enable corepack run: corepack enable