Skip to content

Commit

Permalink
Merge pull request #5201 from christophehurpeau/patch-1
Browse files Browse the repository at this point in the history
update node version in setup.deb.sh by using lts
  • Loading branch information
Unitech authored Jan 20, 2022
2 parents b902551 + 8c47387 commit d16a727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/setup.deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ install_node ()
# Official install method of
# https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
# without using sudo.
curl -sL https://deb.nodesource.com/setup_9.x | bash - || exit 1
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - || exit 1
}

main ()
Expand Down

0 comments on commit d16a727

Please sign in to comment.