Skip to content

Commit

Permalink
Fix README.md (#25)
Browse files Browse the repository at this point in the history
`restore-keys` had incorrect indentation.
  • Loading branch information
Peter authored and Josh Gross committed Oct 31, 2019
1 parent 287ee06 commit fc310d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc310d4

Please sign in to comment.