This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 91335980c3 GH-46787: [CI][Integration] Use Node.js 20 (#46790)
91335980c3 is described below
commit 91335980c3483694099e9b4ac131c050fe82008d
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Jun 13 09:21:36 2025 +0900
GH-46787: [CI][Integration] Use Node.js 20 (#46790)
### Rationale for this change
Node.js 18 reached EOL on 2025-04-30:
https://github.com/nodejs/release#release-schedule
### What changes are included in this PR?
Use Node.js 20.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #46787
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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 7841f94201..9101446da6 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