Update minor NodeJS Version on server

Hello there,

what’s cleavrs recommended way of doing a minor upgrade to the node js version on a server?

I have v14.19.0 on a server and need v14.19.1.

Any help is very much appreciated!

Greetings!

Sebastian

Hello @sebbler,

Here are some commands that could be useful for you:

curl -sL https://deb.nodesource.com/setup_{{ version }} | bash -
apt update
apt install nodejs

Please make sure to try these commands on a test server first before using them on a live (production) server.