Skip to content

fix(build): cap @qdrant/js-client-rest below 1.19.0 (Node 20 build fix) - #770

Merged
hkirat merged 1 commit into
mainfrom
fix/qdrant-node20-build
Aug 5, 2026
Merged

fix(build): cap @qdrant/js-client-rest below 1.19.0 (Node 20 build fix)#770
hkirat merged 1 commit into
mainfrom
fix/qdrant-node20-build

Conversation

@hkirat

@hkirat hkirat commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

CD builds have been failing (incl. the just-merged Notion fix) because with an empty yarn.lock the build resolves @qdrant/js-client-rest to 1.19.0, which requires Node >=22, but Dockerfile.prod uses node:20-alpine — yarn install fails.

Caps the range below 1.19.0 so it resolves to a Node 18+ compatible version. Unblocks CD so deploys can proceed.

Generated with Devin

1.19.0 requires Node >=22 but Dockerfile.prod uses node:20-alpine, so the
empty-lockfile build resolved to it and failed yarn install, breaking every
CD run. Cap below 1.19.0 (1.18.0 supports Node 18+).

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@hkirat
hkirat merged commit e80d79f into main Aug 5, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant