From 669f00f96548b0a12b616d8b675cc213c921d977 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Mon, 15 Dec 2025 17:55:31 +0200 Subject: [PATCH] hotfix 2 --- .github/workflows/publish.yml | 2 +- packages/kafka/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fb514d1..791a24dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -277,7 +277,7 @@ jobs: with: node-version: 24.x registry-url: 'https://registry.npmjs.org' - cache: '' + package-manager-cache: false - name: Install dependencies run: npm install --ignore-scripts diff --git a/packages/kafka/README.md b/packages/kafka/README.md index 7eb3055b..a7fda4f2 100644 --- a/packages/kafka/README.md +++ b/packages/kafka/README.md @@ -1,5 +1,5 @@ # Kafka - + This library provides utilities for implementing Kafka consumers and publishers. While following the same patterns as other message broker implementations, Kafka's unique characteristics require some specific adaptations in the publisher and consumer definitions.