Fix README.md

`restore-keys` had incorrect indentation.
This commit is contained in:
Peter 2019-10-31 17:28:14 -03:00 committed by GitHub
parent 287ee0671b
commit dc1b85859b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
restore-keys: |
${{ runner.os }}-node-
- name: Install Dependencies
run: npm install