Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
changed: upgrade vagrant setup to Nodejs 12 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra authored Feb 26, 2021
1 parent d47ff11 commit 3c71b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo 'installing prerequisites...'
apt-get update
apt-get upgrade -y
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y build-essential nodejs

# installing npm packages
Expand Down

0 comments on commit 3c71b0d

Please sign in to comment.