Skip to content

Commit

Permalink
try installing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Sep 8, 2024
1 parent ea4f8fd commit 988f896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 988f896

Please sign in to comment.