File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -181,10 +181,9 @@ jobs:
181181 - name : Test NAPI file in linux_musl containers
182182 if : matrix.image == 'linux_musl'
183183 run : |
184- ./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}}
184+ ./tests/load-test.sh node:18-alpine ${{matrix.cpu.platform}}
185+ ./tests/load-test.sh node:19-alpine ${{matrix.cpu.platform}}
186+ ./tests/load-test.sh node:22-alpine ${{matrix.cpu.platform}}
188187
189188 windows-napi :
190189 name : Build NAPI windows - Node ${{matrix.nodejs}} - ${{matrix.arch}}
Original file line number Diff line number Diff line change 1919
2020ARG NODE_VERSION
2121
22- FROM node:${NODE_VERSION}-alpine3.15
22+ FROM node:${NODE_VERSION}-alpine3.19
2323
2424RUN apk add \
2525 bash \
Original file line number Diff line number Diff line change 1- CPP_CLIENT_BASE_URL=https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.7 .0
2- CPP_CLIENT_VERSION=3.7 .0
1+ CPP_CLIENT_BASE_URL=https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.8 .0
2+ CPP_CLIENT_VERSION=3.8 .0
You can’t perform that action at this time.
0 commit comments