thiagoelg commented on code in PR #3469:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3469#discussion_r2890509492


##########
devbox.json:
##########
@@ -2,7 +2,7 @@
   "$schema": 
"https://raw.githubusercontent.com/jetpack-io/devbox/0.10.4/.schema/devbox.schema.json";,
   "packages": {
     "temurin-bin-17": "17.0.9",
-    "nodejs": "24.12.0",
+    "nodejs": "24.14.0",

Review Comment:
   The latest version available on Nixhub is still 24.12.0.
   
   ```suggestion
       "nodejs": "24.12.0",
   ```



##########
packages/cors-proxy-image/Containerfile:
##########
@@ -38,7 +38,7 @@ RUN mkdir $HOME \
   && microdnf --disableplugin=subscription-manager install -y tar gzip \
   && microdnf --disableplugin=subscription-manager clean all \
   && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh 
| bash \
-  && /bin/bash -c "source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION"
+  && /bin/bash -c "source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && npm 
install -g [email protected]"

Review Comment:
   @Kusuma04-dev We can completely remove `npm` from this image since it's not 
used.



-- 
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