Skip to content

Commit 4a8712f

Browse files
committed
new wrc-jet-pack
1 parent 9f2e225 commit 4a8712f

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

1616
npm_registry = "${env.ARTIFACTORY_NPM_REPO}"
1717
npm_noproxy = "${env.ORACLE_NO_PROXY}"
18-
node_version = "16.13.0"
18+
node_version = "16.15.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()

webui/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)