ansible-role-nodejs
ansible-role-nodejs copied to clipboard
20.17 install
Hello,
I use following conf :
- role: geerlingguy.nodejs
vars:
nodejs_version: "20.x"
this conf installs node v20.5.1
I'd like to install v20.17.0, but my target version is not in the node's repo :
sudo apt-cache policy nodejs
nodejs:
Installé : 20.5.1-deb-1nodesource1
Candidat : 20.5.1-deb-1nodesource1
any proposition to solve this issue ?