From e30fc5c5db00281610112dedec04880e39cab6b7 Mon Sep 17 00:00:00 2001 From: SHUBHANSHU602 Date: Tue, 18 Aug 2026 01:04:12 +0530 Subject: [PATCH] ci: cache npm dependencies in test project workflow --- .github/workflows/pr-testing-with-test-project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-testing-with-test-project.yml b/.github/workflows/pr-testing-with-test-project.yml index 72dff12ca8..f863fbdb9f 100644 --- a/.github/workflows/pr-testing-with-test-project.yml +++ b/.github/workflows/pr-testing-with-test-project.yml @@ -93,6 +93,7 @@ jobs: uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: "${{ steps.lockversion.outputs.version }}" + cache: npm - name: Install dependencies if: needs.changes.outputs.should_test == 'true'