Skip to content

Commit

Permalink
Revert node version back to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored and jeanp413 committed Mar 2, 2022
1 parent 1fc605a commit daa9d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ USER gitpod

# We use latest major version of Node.js distributed VS Code. (see about dialog in your local VS Code)
RUN bash -c ". .nvm/nvm.sh \
&& nvm install 16 \
&& nvm use 16 \
&& nvm alias default 16"
&& nvm install 14 \
&& nvm use 14 \
&& nvm alias default 14"

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix

Expand Down

0 comments on commit daa9d25

Please sign in to comment.