From b60fca053adc3a54c52bd4e3d52047c3b8b1b72f Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 28 Sep 2021 17:08:44 +0100 Subject: [PATCH] syntaxxxxxxx --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fee340558..9d1869fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,13 +16,13 @@ jobs: with: node-version: '14' - - name: NodeModules Cache - uses: actions/cache@v2 - with: - path: '**/node_modules' - key: node_modules-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - node_modules + - name: NodeModules Cache + uses: actions/cache@v2 + with: + path: '**/node_modules' + key: node_modules-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + node_modules - name: UI Install run: yarn --cwd ./src/Ombi/ClientApp install