Skip to content

Commit 5b8bbf5

Browse files
committed
upgrading Node.js version used for build to match the version Electron is using
1 parent f8454e1 commit 5b8bbf5

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
@@ -18,7 +18,7 @@ pipeline {
1818

1919
npm_registry = "${env.ARTIFACTORY_NPM_REPO}"
2020
npm_noproxy = "${env.ORACLE_NO_PROXY}"
21-
node_version = "16.17.0"
21+
node_version = "18.15.0"
2222

2323
project_name = "$JOB_NAME"
2424
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)