Readme: fix restore-keys indentation

This caused me some pain trying to identify the issue, but the other examples all have `restore-keys` indented.
This commit is contained in:
Nathan Youngman 2019-10-31 14:35:48 -06:00 committed by GitHub
parent 287ee0671b
commit 2717dabb07
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