This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch try-nodejs-env-change
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/try-nodejs-env-change by this 
push:
     new 28f0a88a try explicit node
28f0a88a is described below

commit 28f0a88a72582cb182622bc56b63b615ea0a1c99
Author: jstastny-cz <[email protected]>
AuthorDate: Wed Mar 26 10:32:07 2025 +0100

    try explicit node
---
 .ci/actions/build-chain/action.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.ci/actions/build-chain/action.yml 
b/.ci/actions/build-chain/action.yml
index 8e69f3ab..b02a6a43 100644
--- a/.ci/actions/build-chain/action.yml
+++ b/.ci/actions/build-chain/action.yml
@@ -31,9 +31,14 @@ inputs:
 runs:
   using: "composite"
   steps:
+    - name: Setup nodejs
+      id: setup-node
+      uses: actions/setup-node@v4
+      with:
+        node-version: 16
     - name: Build Chain Tool Execution
       id: build-chain
-      uses: kiegroup/github-action-build-chain@v3
+      uses: kiegroup/[email protected]
       with:
         definition-file: ${{ inputs.definition-file }}
         flow-type: ${{ inputs.flow-type }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to