Update to NodeJS 14.14.x to match with Fedora 33's installed version. (#11348)

* Update to NodeJS 14.14.x to match with Fedora 33's installed version.

* Update .gitpod.dockerfile

Co-authored-by: Michael Kohl <citizen428@dev.to>
This commit is contained in:
Joe Doss 2020-11-10 09:45:08 -06:00 committed by GitHub
parent 75bec9b705
commit 601f2831b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ RUN rm /home/gitpod/.rvmrc && touch /home/gitpod/.rvmrc && echo "rvm_gems_path=/
RUN bash -lc "rvm install ruby-$RUBY_VERSION && rvm use ruby-$RUBY_VERSION --default"
# Install Node and Yarn
ENV NODE_VERSION=12.18.2
ENV NODE_VERSION=14.14.0
RUN bash -c ". .nvm/nvm.sh && \
nvm install ${NODE_VERSION} && \
nvm alias default ${NODE_VERSION} && \

2
.nvmrc
View file

@ -1 +1 @@
12.18
14.14

View file

@ -4,7 +4,7 @@
"description": "Where programmers share ideas and help each other grow",
"engines": {
"yarn": ">=1.21.x",
"node": "12.18.x"
"node": "14.14.x"
},
"main": "index.js",
"directories": {