Skip to content

Commit

Permalink
Autofix: upgrade-nvm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-bot authored and roboquat committed Jan 21, 2022
1 parent 990dd33 commit b48b3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ide/code/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:18.04

# we use latest major version of Node.js distributed VS Code. (see about dialog in your local VS Code)
# ideallay we should use exact version, but it has criticla bugs in regards to grpc over http2 streams
ARG NODE_VERSION=14.17.6
ARG NODE_VERSION=14.18.2

RUN apt-get update \
# see https://github.com/microsoft/vscode/blob/42e271dd2e7c8f320f991034b62d4c703afb3e28/.github/workflows/ci.yml#L94
Expand Down
2 changes: 1 addition & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN install-packages \
USER gitpod

# Fix node version we develop against
ARG GITPOD_NODE_VERSION=16.13.0
ARG GITPOD_NODE_VERSION=16.13.1
RUN bash -c ". .nvm/nvm.sh \
&& nvm install $GITPOD_NODE_VERSION \
&& npm install -g typescript yarn"
Expand Down

0 comments on commit b48b3dd

Please sign in to comment.