Made cache more generic

This commit is contained in:
Micaiah Martin 2022-03-14 17:01:52 -06:00
parent 789259fb05
commit cc158b6fe4
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
with:
path: '~/.npm'
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Install Node dependencies
run: npm ci