dnf -y module switch-to nodejs:14
dnf install -y nodejs npm
shell: sh -e {0}
Fedora 36 - x86_64 314 B/s | 359 B 00:01
Errors during downloading metadata for repository 'fedora':
- Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=x86_64 (IP: 152.19.134.198)
- Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=x86_64 (IP: 140.211.169.196)
- Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=x86_64 (IP: 38.145.60.21)
Error: Failed to download metadata for repo 'fedora': Cannot prepare internal mirrorlist: Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=x86_64 (IP: 38.145.60.21)
How about always using the latest stable release of Fedora? I would assume it requires less changes / fixes to CI than bumping Fedora's version number every now and then 😆
CI fails at
Install NPM
step with:How about always using the latest stable release of Fedora? I would assume it requires less changes / fixes to CI than bumping Fedora's version number every now and then 😆