Skip to content

Commit 316a662

Browse files
committed
Use ovsx<0.3.0 to ensure we build with Node v12.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent f4a2639 commit 316a662

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
@@ -92,7 +92,7 @@ node('rhel8'){
9292
unstash 'vsix'
9393
def vsix = findFiles(glob: '**.vsix')
9494
// Open-vsx Marketplace
95-
sh "npm install -g ovsx"
95+
sh 'npm install -g "ovsx<0.3.0"'
9696
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
9797
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
9898
}

0 commit comments

Comments
 (0)