Skip to content

Commit b396c87

Browse files
committed
Fix failed ci
1 parent db24f79 commit b396c87

File tree

3 files changed

+5659
-3
lines changed

3 files changed

+5659
-3
lines changed

.github/workflows/ci-pr-validation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,18 @@ jobs:
173173
- name: Test NAPI file in linux_glibc containers
174174
if: matrix.image == 'linux_glibc'
175175
run: |
176-
./tests/load-test.sh node:16-buster ${{matrix.cpu.platform}}
177176
./tests/load-test.sh node:16-bullseye ${{matrix.cpu.platform}}
178-
./tests/load-test.sh node:19-buster ${{matrix.cpu.platform}}
177+
./tests/load-test.sh node:18-bullseye ${{matrix.cpu.platform}}
179178
./tests/load-test.sh node:19-bullseye ${{matrix.cpu.platform}}
179+
./tests/load-test.sh node:22-bullseye ${{matrix.cpu.platform}}
180180
181181
- name: Test NAPI file in linux_musl containers
182182
if: matrix.image == 'linux_musl'
183183
run: |
184-
./tests/load-test.sh node:18-alpine3.15 ${{matrix.cpu.platform}}
185184
./tests/load-test.sh node:16-alpine3.15 ${{matrix.cpu.platform}}
185+
./tests/load-test.sh node:18-alpine3.15 ${{matrix.cpu.platform}}
186+
./tests/load-test.sh node:19-alpine3.15 ${{matrix.cpu.platform}}
187+
./tests/load-test.sh node:22-alpine3.22 ${{matrix.cpu.platform}}
186188
187189
windows-napi:
188190
name: Build NAPI windows - Node ${{matrix.nodejs}} - ${{matrix.arch}}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Pulsar Node.js client",
55
"main": "index.js",
66
"types": "index.d.ts",
7+
"resolutions": {
8+
"minimatch": "^9.0.0"
9+
},
710
"directories": {
811
"src": "src",
912
"example": "examples"

0 commit comments

Comments
 (0)