Skip to content

Commit

Permalink
Update Jenkinsfile (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeraBr authored Jan 3, 2024
1 parent 79eaadf commit bbd55b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ node ("small-ec2-fleet") {

stage('Install NPM') {
sh """
sudo dnf install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
sudo dnf install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
sudo dnf install -y nodejs
sudo dnf install -y /usr/bin/g++
"""
}
Expand Down

0 comments on commit bbd55b7

Please sign in to comment.