PR55-36_BETA_LTE - node version update

Hi,
I have configured the following node-red configuration:

the current node version of the edge-computer is this:
image

Will there be a problem updating the node version to the latest version? (18.13.0)

Thank you,
Roi

Hi Roi,

You cannot update Node-Red to v18. The latest it supports is V12.

You can update Node-Red by issuing the following commands in the terminal:

opkg update
opkg upgrade onion-node-red

Hi thank you,
I meant the node.js version, not the Node-RED.

Because when I run

node -v

the output is v8.10.0

so, can I upgrade it to v18?
If only v12 is supported, how to upgrade it to v12?

Thank you,
Roi