We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f447389 commit 0258300Copy full SHA for 0258300
Jenkinsfile
@@ -18,7 +18,7 @@ pipeline {
18
19
npm_registry = "${env.ARTIFACTORY_NPM_REPO}"
20
npm_noproxy = "${env.ORACLE_NO_PROXY}"
21
- node_version = "18.19.1"
+ node_version = "18.20.2"
22
23
project_name = "$JOB_NAME"
24
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