From dc1b85859b1aff4b731e24bd274fe11846e04c6d Mon Sep 17 00:00:00 2001 From: Peter <39418440+peter7z@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:28:14 -0300 Subject: [PATCH] Fix README.md `restore-keys` had incorrect indentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afe1c0d..11b7970 100644 --- a/README.md +++ b/README.md @@ -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