chore: fix cache restore

This commit is contained in:
Andrew Luca 2020-01-18 23:32:01 +02:00 committed by GitHub
parent d99765908d
commit 3dcad194f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,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