From 75f3fbc39492db6d76f448a8b5d86a1c53077ba6 Mon Sep 17 00:00:00 2001 From: Brython Caley-Davies <47297759+bcd00@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:28:18 +0000 Subject: [PATCH] Update client.yml --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 84ff4ae..b989dcb 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -33,7 +33,7 @@ jobs: uses: actions/cache@v3 with: path: ./node_modules - key: modules-${{ hashFiles("package-lock.json") }} + key: modules-${{ hashFiles('package-lock.json') }} - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' run: npm install --legacy-peer-deps --silent