cederom commented on code in PR #17849:
URL: https://github.com/apache/nuttx/pull/17849#discussion_r2704552959


##########
tools/ci/docker/linux/Dockerfile:
##########
@@ -73,22 +83,23 @@ RUN mkdir -p /tools/gn \
   && python3 build/gen.py \
   && ninja -C out
 
-# Upgrade nodejs to the stable version we need before install zap
-RUN npm install -g n && n 20.10.0 node && hash -r
+# Install Zap
+# 24.04 has a recent node, but we ensure specific version management
+RUN npm install -g n && n 24.13.0 node && hash -r

Review Comment:
   @lupyuen do we always need node? maybe a conditional?



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

Reply via email to