Skip to content

Commit

Permalink
update node.js to 14.15.4 (LTS) and VS code to 1.52.1 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjimenez77 authored Feb 5, 2021
1 parent 1ecccbc commit 2082254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/node
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "$(dirname "${0}")"/../functions
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${NODE_HOME}" ]
then
local software_version="${NODE_VERSION:-v12.19.0}"
local software_version="${NODE_VERSION:-v14.15.4}"
local download_url="https://nodejs.org/dist/${software_version}/node-${software_version}"
local software_dir="${NODE_HOME}"
if doIsMacOs
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/vscode
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd "${DEVON_IDE_HOME}" || exit 255
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${VSCODE_HOME}" ]
then
local software_version="${VSCODE_VERSION:-1.50.1}"
local software_version="${VSCODE_VERSION:-1.52.1}"
local download_url="https://update.code.visualstudio.com/${software_version}"
local software_extension=".zip"
if doIsMacOs
Expand Down

0 comments on commit 2082254

Please sign in to comment.