Skip to content

Commit

Permalink
Update nodejs version to 22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 5, 2025
1 parent fbad628 commit 553e4ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile-gui-tests
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ RUN apt-get install -y \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly --no-modify-path --profile minimal
ENV PATH="/root/.cargo/bin:${PATH}"

RUN curl -sL https://nodejs.org/dist/v14.4.0/node-v14.4.0-linux-x64.tar.xz | tar -xJ
ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
ENV NODE_PATH="/node-v14.4.0-linux-x64/lib/node_modules/"
RUN curl -sL https://nodejs.org/dist/v22.13.1/node-v22.13.1-linux-x64.tar.xz | tar -xJ
ENV PATH="/node-v22.13.1-linux-x64/bin:${PATH}"
ENV NODE_PATH="/node-v22.13.1-linux-x64/lib/node_modules/"

WORKDIR /build

Expand Down

0 comments on commit 553e4ba

Please sign in to comment.