Skip to content

Commit

Permalink
Move Aarch64 CD image to node 14 (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Ambrose <[email protected]>
  • Loading branch information
bretambrose and Bret Ambrose committed Nov 6, 2023
1 parent 41db88f commit 1ed6997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/manylinux2014-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

###############################################################################
Expand Down

0 comments on commit 1ed6997

Please sign in to comment.