Fix Node.js build
Some checks failed
Test build / build (push) Failing after 26m44s

This commit is contained in:
Adam Štrauch 2025-05-05 01:11:26 +02:00
parent b316acc372
commit 63749f6968
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -51,8 +51,8 @@ ENV TERM xterm
# From https://nodejs.org/en/about/previous-releases # From https://nodejs.org/en/about/previous-releases
WORKDIR /usr/src WORKDIR /usr/src
ADD build_node.sh /usr/local/bin/build_node.sh ADD build_node.sh /usr/local/bin/build_node.sh
RUN build_node.sh 20.19.1 & \ RUN build_node.sh 20.19.1 && \
build_node.sh 22.15.0 & \ build_node.sh 22.15.0 && \
build_node.sh 23.11.0 build_node.sh 23.11.0
## Python ## Python