Skip to content

Commit 6144130

Browse files
committed
test-various: update nodejs to 18.12 (LTS)
1 parent 65aeac6 commit 6144130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/test-various/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4343
ENV 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

0 commit comments

Comments
 (0)