From 1eff2accb2f58a7533dd3394e69b89cdd63cc416 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Wed, 18 Jun 2025 15:58:16 +1200 Subject: [PATCH] fix(ci): add restore-keys for improved cache efficiency --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b870a3c..669baf0 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -110,6 +110,7 @@ jobs: node_modules */node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: ${{ runner.os }}-node-modules- - name: Setup Node.js uses: actions/setup-node@v4 @@ -149,6 +150,7 @@ jobs: node_modules */node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: ${{ runner.os }}-node-modules- - name: Setup Node.js uses: actions/setup-node@v4