We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409805e commit d13061bCopy full SHA for d13061b
.github/workflows/kafka.performance.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install
21
run: npm install --ignore-scripts
22
23
- - name: @confluentinc/kafka-javascript
+ - name: @node-rdkafka rebuild
24
run: npm rebuild @confluentinc/kafka-javascript
25
26
- name: Build TS
.github/workflows/linting.yml
@@ -30,6 +30,9 @@ jobs:
30
run: |
31
npm install --ignore-scripts
32
33
34
+ run: npm rebuild @confluentinc/kafka-javascript
35
+
36
- name: Run build
37
run: npm run build
38
0 commit comments