Skip to content

Commit 1110a4b

Browse files
committed
updating the node.js version used for the build to try to get around a segmentation fault during the maacOS Jet build
1 parent 48368ec commit 1110a4b

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
@@ -15,7 +15,7 @@ pipeline {
1515

1616
npm_registry = "${env.ARTIFACTORY_NPM_REPO}"
1717
npm_noproxy = "${env.ORACLE_NO_PROXY}"
18-
node_version = "16.15.1"
18+
node_version = "16.17.0"
1919

2020
project_name = "$JOB_NAME"
2121
version_prefix = sh(returnStdout: true, script: 'cat electron/package.json | grep version | awk \'match($0, /[0-9]+.[0-9]+.[0-9]+/) { print substr( $0, RSTART, RLENGTH )}\'').trim()

0 commit comments

Comments
 (0)