#!/usr/bin/env bash curl -fsSL https://rpm.nodesource.com/setup_20.x | bash - dnf install -y nodejs npm install -g npm@latest node --version npm --version