Skip to content

Commit 0258300

Browse files
committed
moving to latest node.js 18.x release
1 parent f447389 commit 0258300

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 = "18.19.1"
21+
node_version = "18.20.2"
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)