Skip to content

Commit

Permalink
#601: update nodejs default version from 14.17.3 to 14.17.6 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Sep 10, 2021
1 parent 2f7a7a7 commit 06e560c
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -18,7 +18,7 @@ source "$(dirname "${0}")"/../functions
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${NODE_HOME}" ]
then
local software_version="${NODE_VERSION:-v14.17.3}"
local software_version="${NODE_VERSION:-v14.17.6}"
local download_url="https://nodejs.org/dist/${software_version}/node-${software_version}"
local software_dir="${NODE_HOME}"
if doIsMacOs
Expand Down

0 comments on commit 06e560c

Please sign in to comment.