File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ci/docker/host-x86_64/test-various Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2424 qemu-system-x86 \
2525 && rm -rf /var/lib/apt/lists/*
2626
27- RUN curl -sL https://nodejs.org/dist/v15.14 .0/node-v15.14 .0-linux-x64.tar.xz | \
27+ RUN curl -sL https://nodejs.org/dist/v18.12 .0/node-v18.12 .0-linux-x64.tar.xz | \
2828 tar -xJ
2929
3030# Install 32-bit OVMF files for the i686-unknown-uefi test. This package
@@ -42,7 +42,7 @@ RUN sh /scripts/sccache.sh
4242
4343ENV RUST_CONFIGURE_ARGS \
4444 --musl-root-x86_64=/usr/local/x86_64-linux-musl \
45- --set build.nodejs=/node-v15.14 .0-linux-x64/bin/node \
45+ --set build.nodejs=/node-v18.12 .0-linux-x64/bin/node \
4646 --set rust.lld
4747
4848# Some run-make tests have assertions about code size, and enabling debug
You can’t perform that action at this time.
0 commit comments