From 988f896c81668c0f42b4345a656e5b19789d81ed Mon Sep 17 00:00:00 2001 From: mattcasey Date: Sat, 7 Sep 2024 20:07:57 -0600 Subject: [PATCH] try installing again --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 1e1c0540ef..e582939013 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -44,7 +44,7 @@ runs: ./node_modules ./apps/*/node_modules ./packages/*/node_modules - key: nodemodule-cache-${{ hashFiles('package-lock.json') }}-${{ hashFiles('patches/**.patch', 'prisma/schema.prisma') }} + key: nodemodule-cache-${{ hashFiles('package-lock.json') }}-${{ hashFiles('patches/**.patch', 'prisma/schema.prisma') }}-${{ inputs.app_name || '' }} - name: Install npm dependencies shell: bash