This is an automated email from the ASF dual-hosted git repository.
jomarko 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 fd475da2204 [NO-ISSUE]: Fixed CI issue related to pnpm setup (#3991)
fd475da2204 is described below
commit fd475da2204de89ba2025faed6aee1a869ecf999
Author: Kusuma04-dev <[email protected]>
AuthorDate: Fri Sep 4 11:07:04 2026 +0530
[NO-ISSUE]: Fixed CI issue related to pnpm setup (#3991)
Co-authored-by: Kusuma <[email protected]>
---
.github/actions/setup-env/action.yml | 9 ++++-----
.github/workflows/ci_build.yml | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/.github/actions/setup-env/action.yml
b/.github/actions/setup-env/action.yml
index ed47507dd82..1fa5ef78dab 100644
--- a/.github/actions/setup-env/action.yml
+++ b/.github/actions/setup-env/action.yml
@@ -61,16 +61,15 @@ runs:
cd ${{ inputs.working_dir }}
mkdir tmp
- - name: "Setup pnpm"
- uses: pnpm/action-setup@v3
- with:
- version: 10.34.4
-
- name: "Setup Node"
uses: actions/setup-node@v4
with:
node-version: 24.13.0
+ - name: "Setup pnpm"
+ shell: bash
+ run: npm -g install [email protected]
+
- name: "Setup JDK 17"
uses: actions/setup-java@v4
with:
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index a9290955fd9..e6c0966040b 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -57,16 +57,15 @@ jobs:
with:
ref: ${{ github.base_ref }}
- - name: "Setup pnpm"
- uses: pnpm/action-setup@v3
- with:
- version: 10.34.4
-
- name: "Setup Node"
uses: actions/setup-node@v4
with:
node-version: 24.13.0
+ - name: "Setup pnpm"
+ shell: bash
+ run: npm -g install [email protected]
+
- name: "Setup CI patterns"
id: ci_patterns
uses: ./.github/actions/setup-ci-patterns
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]