diff --git a/.github/workflows/pr-testing-with-test-project.yml b/.github/workflows/pr-testing-with-test-project.yml index 4bdaf2b5ca..51eadc3a72 100644 --- a/.github/workflows/pr-testing-with-test-project.yml +++ b/.github/workflows/pr-testing-with-test-project.yml @@ -97,6 +97,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'