mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-01 06:22:03 +08:00
fix(ci): path to lock
This commit is contained in:
parent
e9cb8ac956
commit
f4f75fe184
1
.github/workflows/test-js-sdk.yml
vendored
1
.github/workflows/test-js-sdk.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: "npm"
|
||||
cache-dependency-path: './apps/js-sdk/firecrawl/package-lock.json'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
working-directory: ./apps/js-sdk/firecrawl
|
||||
|
1
.github/workflows/test-server-self-host.yml
vendored
1
.github/workflows/test-server-self-host.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: "pnpm"
|
||||
cache-dependency-path: './apps/api/pnpm-lock.yaml'
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
working-directory: ./apps/api
|
||||
|
1
.github/workflows/test-server.yml
vendored
1
.github/workflows/test-server.yml
vendored
@ -59,6 +59,7 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: "pnpm"
|
||||
cache-dependency-path: './apps/api/pnpm-lock.yaml'
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
working-directory: ./apps/api
|
||||
|
Loading…
x
Reference in New Issue
Block a user