This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 4a12aff6a6a NO-ISSUE: Upgrade `syncpack` to 13.0.0 on Jenkins jobs
(#2699)
4a12aff6a6a is described below
commit 4a12aff6a6a3aea2255ab840e34b932918872b3f
Author: Tiago Bento <[email protected]>
AuthorDate: Tue Oct 22 17:38:38 2024 -0400
NO-ISSUE: Upgrade `syncpack` to 13.0.0 on Jenkins jobs (#2699)
---
.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
index 384a5ba3841..1846c73a11e 100644
--- a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
+++ b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
@@ -58,7 +58,7 @@ pipeline {
dir('kie-tools') {
sh '''#!/bin/bash -el
pnpm bootstrap:root
- npx --yes [email protected] list-mismatches
+ npx --yes [email protected] list-mismatches
'''.trim()
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]