chore(perf): install NodeJS LTS on VMs (#266)
Needed for js-libp2p perf implementation. https://github.com/libp2p/test-plans/pull/244/
This commit is contained in:
parent
9caabc8d0d
commit
f57408de37
File diff suppressed because it is too large
Load Diff
|
@ -21,3 +21,8 @@ sudo yum install docker -y
|
|||
sudo systemctl enable docker
|
||||
sudo systemctl start docker
|
||||
sudo usermod -aG docker ec2-user
|
||||
|
||||
# Taken from https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
|
||||
. ~/.nvm/nvm.sh
|
||||
nvm install --lts
|
||||
|
|
Loading…
Reference in New Issue