Skip to content

Commit

Permalink
bump node.js to 18.x (#9799)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson authored Aug 28, 2023
1 parent ed44df2 commit c215378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ function install_xsltproc {

function install_nodejs {
if [[ "$PACKAGE_MANAGER" == "apt-get" ]]; then
curl -fsSL https://deb.nodesource.com/setup_14.x | "${PRE_COMMAND[@]}" bash -
curl -fsSL https://deb.nodesource.com/setup_18.x | "${PRE_COMMAND[@]}" bash -
fi
install_pkg nodejs "$PACKAGE_MANAGER"
install_pkg npm "$PACKAGE_MANAGER"
Expand Down

0 comments on commit c215378

Please sign in to comment.