File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sudo yum update
77sudo yum install -y npm
88
99# # Install Node LTS
10- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7 /install.sh | bash
10+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4 /install.sh | bash
1111source ~ /.bashrc
1212nvm install --lts
1313nvm use --lts
@@ -30,7 +30,7 @@ echo "export JAVA_HOME=${JAVA_HOME}" | tee -a ~/.bashrc
3030java -version
3131
3232# # Install Maven
33- MVN_VERSION=3.9.11
33+ MVN_VERSION=3.9.16
3434MVN_FOLDERNAME=apache-maven-${MVN_VERSION}
3535MVN_FILENAME=apache-maven-${MVN_VERSION} -bin.tar.gz
3636curl -4 -L https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION} /binaries/${MVN_FILENAME} | tar -xz
@@ -53,7 +53,7 @@ sudo -E npm install -g aws-cdk --force
5353cdk version
5454sudo -E npm install -g artillery
5555
56- wget https://github.com/mikefarah/yq/releases/download/v4.44.3 /yq_linux_amd64.tar.gz -O - | \
56+ wget https://github.com/mikefarah/yq/releases/download/v4.53.2 /yq_linux_amd64.tar.gz -O - | \
5757 tar xz && sudo mv yq_linux_amd64 /usr/bin/yq
5858yq --version
5959
You can’t perform that action at this time.
0 commit comments