diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef09ca8..40557bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/cache@v4 id: npm-cache with: - path: ~/.npm + path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} - name: Install dependencies, build, test, and lint the codebase