From ed76ac7379033f14359eef403adff93ffc702011 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 12 Jun 2025 16:39:05 +0900 Subject: [PATCH] GH-46787: [CI][Integration] Use Node.js 20 --- ci/docker/conda-integration.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/conda-integration.dockerfile b/ci/docker/conda-integration.dockerfile index 7841f942010..9101446da66 100644 --- a/ci/docker/conda-integration.dockerfile +++ b/ci/docker/conda-integration.dockerfile @@ -21,7 +21,7 @@ FROM ${repo}:${arch}-conda-cpp ARG arch=amd64 ARG maven=3.8.7 -ARG node=16 +ARG node=20 ARG yarn=1.22 ARG jdk=11