chore: fix package-lock location for cache action

This commit is contained in:
Andrew Luca 2020-01-18 00:11:36 +02:00
parent 125fa96ef7
commit c95e48485d
No known key found for this signature in database
GPG key ID: 8CEE7E0149460DB9

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.os }}-npm-${{ hashFiles('./package-lock.json') }}
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
- name: Install Dependencies
run: npm install