diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 910e1f2..313450f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/cache@v4 id: npm-cache with: - path: ${{ steps.npm-cache-dir.outputs.dir }} + path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node-