From cf1df9e6ed63c8fd15d5af8978cdae0ccf7cdeaa Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Fri, 21 Feb 2025 23:27:11 -0600 Subject: [PATCH] feat(ci): base cache key on package-lock.json --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8c0e96b..379d34b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,6 +19,7 @@ jobs: with: node-version: v21.1.0 cache: 'npm' + cache-dependency-path: '**/package-lock.json' - name: Install Dependencies and Build run: |