Update action.yml

pull/7267/head
zomars 2023-02-20 22:07:31 -07:00
parent f5f57d9632
commit 7ce463f38c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ runs:
uses: actions/cache@v3
env:
cache-name: node-modules-yarn
cache-key: ${{ env.node_version }}-${{ hashFiles('yarn.lock', 'packages/prisma/schema.prisma')) }}
cache-key: ${{ env.node_version }}-${{ hashFiles('yarn.lock', 'packages/prisma/schema.prisma') }}
with:
path: |
**/node_modules/**