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:
parent
75bec9b705
commit
601f2831b4
3 changed files with 3 additions and 3 deletions
|
|
@ -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
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
12.18
|
||||
14.14
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue