Is this redundant?
parent
b40b65e8da
commit
ff83d88ac6
|
@ -12,17 +12,6 @@ runs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.node_version }}
|
node-version: ${{ inputs.node_version }}
|
||||||
cache: "yarn"
|
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
|
- name: Yarn install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue