Skip to content

Commit 0d796cb

Browse files
fix sample app npm cache
1 parent c882702 commit 0d796cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: |
5656
node_modules
5757
sample-new-architecture/node_modules
58-
key: ${{ github.workflow }}-${{ github.job }}-npm-${{ hashFiles('yarn.lock', 'sample-new-architecture/node_modules/yarn.lock') }}
58+
key: ${{ github.workflow }}-${{ github.job }}-npm-${{ hashFiles('yarn.lock', 'sample-new-architecture/yarn.lock') }}
5959

6060
- name: Install SDK Dependencies
6161
if: ${{ steps.deps-cache.outputs['cache-hit'] != 'true' }}

0 commit comments

Comments
 (0)