Skip to content

Commit 2fd82bb

Browse files
committed
ci: upgrade Node.js in x86_64-gnu-tools
1 parent 6d70832 commit 2fd82bb

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ RUN sh /scripts/sccache.sh
6363

6464
COPY host-x86_64/x86_64-gnu-tools/checktools.sh /tmp/
6565

66-
RUN curl -sL https://nodejs.org/dist/v14.4.0/node-v14.4.0-linux-x64.tar.xz | tar -xJ
67-
ENV NODE_FOLDER=/node-v14.4.0-linux-x64/bin
66+
RUN curl -sL https://nodejs.org/dist/v14.20.0/node-v14.20.0-linux-x64.tar.xz | tar -xJ
67+
ENV NODE_FOLDER=/node-v14.20.0-linux-x64/bin
6868
ENV PATH="$NODE_FOLDER:${PATH}"
6969

7070
COPY host-x86_64/x86_64-gnu-tools/browser-ui-test.version /tmp/

0 commit comments

Comments
 (0)