Kusuma04-dev commented on code in PR #3987:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3987#discussion_r3931483810


##########
.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]

Review Comment:
   same as above.



##########
.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]

Review Comment:
   Can you please remove this change @nrknithin as its already merged to main. 
Please rebase.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to