Skip to content

Commit fe0ddd1

Browse files
authored
fix kafka (#134)
1 parent 8dccd9d commit fe0ddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugins-ci-kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
node-version: ${{ matrix.node-version }}
136136

137137
- name: Install dependencies
138-
run: npm i --ignore-scripts
138+
run: npm i
139139

140140
- name: Run tests
141141
run: npm test

0 commit comments

Comments
 (0)