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:
Max Inden 2023-08-18 14:23:06 +02:00 committed by GitHub
parent 9caabc8d0d
commit f57408de37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1605 additions and 1600 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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