From 552eed066e35ac8c7d8f4bbd04ec1243fc371aa1 Mon Sep 17 00:00:00 2001 From: metonym Date: Mon, 19 Aug 2024 17:20:20 -0700 Subject: [PATCH] Switch back cache path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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