Update action.yml

pull/7267/head
zomars 2023-02-21 12:09:00 -07:00
parent 39b05a4e9b
commit 380b1c2be4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ runs:
cache-key: ${{ env.node_version }}-${{ hashFiles('yarn.lock', 'packages/prisma/schema.prisma') }}
with:
path: |
**/node_modules/**
node_modules
packages/prisma/zod
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.cache-key }}
restore-keys: ${{ runner.os }}-${{ env.cache-name }}-