Skip to content

Commit

Permalink
chore:maj node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Perrin committed Mar 20, 2024
1 parent 7f8b3a2 commit b9ad656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \

#Install nodejs
ENV NVM_VERSION v0.35.1
ENV NODE_VERSION 12.13.1
ENV NODE_VERSION 20.9.0
ENV NVM_DIR /usr/local/nvm
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
Expand Down

0 comments on commit b9ad656

Please sign in to comment.