Skip to content

Commit 923c53f

Browse files
Merge pull request #16 from superstreamlabs/fix-npm-install
Update Jenkinsfile
2 parents 0944d08 + fe8c662 commit 923c53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pipeline {
2323

2424
stage('Install dependencies') {
2525
steps {
26+
sh 'sudo dnf install -y nodejs || true'
2627
sh 'npm install'
2728
sh 'npm pack'
2829
}

0 commit comments

Comments
 (0)