Skip to content

Commit 77b33be

Browse files
committed
trying to fix build
1 parent 5b8bbf5 commit 77b33be

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.15.0"
21+
node_version = "16.20.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()

electron/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)