Update dashy-install.sh

node 16.20.1
This commit is contained in:
tteckster 2023-06-29 10:27:01 -04:00 committed by GitHub
parent c2c4ac8f03
commit eb9f50901c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ $STD apt-get install -y gcc
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"
$STD bash <(curl -fsSL https://deb.nodesource.com/setup_17.x)
$STD bash <(curl -fsSL https://deb.nodesource.com/setup_16.x)
msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
$STD apt-get install -y nodejs
$STD apt-get install -y nodejs 16.20.1
$STD npm install -g pnpm
msg_ok "Installed Node.js"