File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ 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-bullseye ${{matrix.cpu.platform}}
177- ./tests/load-test.sh node:18-bullseye ${{matrix.cpu.platform}}
178- ./tests/load-test.sh node:19-bullseye ${{matrix.cpu.platform}}
179- ./tests/load-test.sh node:22-bullseye ${{matrix.cpu.platform}}
176+ ./tests/load-test.sh node:16-bookworm ${{matrix.cpu.platform}}
177+ ./tests/load-test.sh node:18-bookworm ${{matrix.cpu.platform}}
178+ ./tests/load-test.sh node:19-bookworm ${{matrix.cpu.platform}}
179+ ./tests/load-test.sh node:22-bookworm ${{matrix.cpu.platform}}
180180
181181 - name : Test NAPI file in linux_musl containers
182182 if : matrix.image == 'linux_musl'
Original file line number Diff line number Diff line change 1919
2020ARG NODE_VERSION
2121
22- FROM node:${NODE_VERSION}-bullseye
22+ FROM node:${NODE_VERSION}-bookworm
2323
2424RUN apt-get update -y && \
2525 apt-get install -y \
You can’t perform that action at this time.
0 commit comments