Skip to content

Commit

Permalink
Merge pull request #18 from yahoojapan/revert-15-update_nodejs
Browse files Browse the repository at this point in the history
Revert "Updated k2hr3 system nodejs version from 10 to 16"
  • Loading branch information
ggtakec authored Jul 11, 2022
2 parents 3bf067a + 2c72e4b commit 5a5d92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devpack/bin/devpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,10 @@ fi
# So do upgrade nodejs and npm at first.
#
if [ ${IS_DEBIAN} -eq 1 ]; then
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
K2HDKC_DEV_PACKAGE=k2hdkc-dev
else
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash -
K2HDKC_DEV_PACKAGE=k2hdkc-devel
fi
sudo ${PKG_INSTALLER} install -y nodejs
Expand Down

0 comments on commit 5a5d92a

Please sign in to comment.