Is this redundant?

This commit is contained in:
zomars 2023-02-28 10:54:30 -07:00
parent b40b65e8da
commit ff83d88ac6

View File

@ -12,17 +12,6 @@ runs:
with:
node-version: ${{ inputs.node_version }}
cache: "yarn"
- name: node_modules cache
id: node-modules-cache
uses: actions/cache@v3
env:
cache-name: node-modules-yarn
cache-key: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock', 'packages/prisma/schema.prisma') }}
with:
path: |
**/node_modules/**
packages/prisma/zod
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.cache-key }}
- name: Yarn install
shell: bash
run: |