sudo dnf install nodejs
//installing nodejs on fedora as a module
//this will list all the available nodejs modules for download
dnf module list nodejs
//replace "<stream>" with your desired nodejs version
dnf module install nodejs:<stream>
//example
dnf module install nodejs:16
# replace 12 with the version you want
dnf module install nodejs:12