From 1ed6997b8e4e3080caed68b9504dee80d363748f Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Mon, 6 Nov 2023 11:22:29 -0800 Subject: [PATCH] Move Aarch64 CD image to node 14 (#261) Co-authored-by: Bret Ambrose --- .github/docker-images/manylinux2014-aarch64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker-images/manylinux2014-aarch64/Dockerfile b/.github/docker-images/manylinux2014-aarch64/Dockerfile index 16f63ff12..c685b585d 100644 --- a/.github/docker-images/manylinux2014-aarch64/Dockerfile +++ b/.github/docker-images/manylinux2014-aarch64/Dockerfile @@ -22,7 +22,7 @@ RUN /opt/python/cp39-cp39/bin/python -m pip install --upgrade setuptools virtual ############################################################################### # nodejs/npm ############################################################################### -RUN curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash - +RUN curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - RUN sudo yum -y install nodejs && node --version ###############################################################################