File tree Expand file tree Collapse file tree 5 files changed +5662
-5
lines changed Expand file tree Collapse file tree 5 files changed +5662
-5
lines changed Original file line number Diff line number Diff 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}}
Original file line number Diff line number Diff line change 88 " **/*.bat" ,
99 " **/*.pem" ,
1010 " **/*.key" ,
11- " **/*.crt"
11+ " **/*.crt" ,
12+ " yarn.lock"
1213 ],
1314 "defaultFormat" : {
1415 "prepend" : " #" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1919
2020ARG NODE_VERSION
2121
22- FROM node:${NODE_VERSION}-buster
22+ FROM node:${NODE_VERSION}-bullseye
2323
2424RUN apt-get update -y && \
2525 apt-get install -y \
You can’t perform that action at this time.
0 commit comments