The issue has been resolved, as setting up node path.
Steps which I followed during troubleshooting:
which node
home/{USER}/.nvm/versions/node/v18.20.2/bin/node
cd /usr/bin/
mv node /home/ – any directory you wanna move
ln -s home/{USER}/.nvm/versions/node/v18.20.2/bin/node /usr/bin/node
supervisorctl restart all