Fix README.md

`restore-keys` had incorrect indentation.
pull/25/head
Peter 6 years ago committed by GitHub
parent 287ee0671b
commit dc1b85859b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save