fix(ci): path to lock

This commit is contained in:
Gergő Móricz 2025-02-19 22:15:41 +01:00
parent e9cb8ac956
commit f4f75fe184
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
with: with:
node-version: "20" node-version: "20"
cache: "npm" cache: "npm"
cache-dependency-path: './apps/js-sdk/firecrawl/package-lock.json'
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
working-directory: ./apps/js-sdk/firecrawl working-directory: ./apps/js-sdk/firecrawl

View File

@ -28,6 +28,7 @@ jobs:
with: with:
node-version: "20" node-version: "20"
cache: "pnpm" cache: "pnpm"
cache-dependency-path: './apps/api/pnpm-lock.yaml'
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
working-directory: ./apps/api working-directory: ./apps/api

View File

@ -59,6 +59,7 @@ jobs:
with: with:
node-version: "20" node-version: "20"
cache: "pnpm" cache: "pnpm"
cache-dependency-path: './apps/api/pnpm-lock.yaml'
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
working-directory: ./apps/api working-directory: ./apps/api