Skip to content

Commit 005f55a

Browse files
committed
Use ovsx<0.3.0 to ensure we build with Node v12.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 16a313c commit 005f55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ node('rhel8'){
8383
}
8484

8585
// open-vsx Marketplace
86-
sh "npm install -g ovsx"
86+
sh 'npm install -g "ovsx@<0.3.0"'
8787
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
8888
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
8989
}

0 commit comments

Comments
 (0)