parameters:
  cache-version:
    type: string
  lockfile-parent-path:
    type: string
    default: .

steps:
  - restore-cache:
      version: << parameters.cache-version >>
      cache-name: cypress
      lockfile-parent-path: << parameters.lockfile-parent-path >>
