Switch back cache path

This commit is contained in:
metonym 2024-08-19 17:20:20 -07:00
commit 552eed066e

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/cache@v4 - uses: actions/cache@v4
id: npm-cache id: npm-cache
with: with:
path: ~/.npm path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies, build, test, and lint the codebase - name: Install dependencies, build, test, and lint the codebase