Iojs failed to install due to a certificate problem

I’ve seen such issues reported and resolved earlier. But here it’s again.

From the Job log:

$ nvm install iojs

curl: (60) server certificate verification failed. 
CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
...
Failed to install iojs. Remote repository may not be reachable.

Try something like:

node_js:
  - stable

It’s a great approach to test with the latest stable, no doubts! I’ve discovered the package works with Node.js v17, too. Thanks!

I’d wish to leave the node’s versions as it was meant by the package creator, however, and be sure nothing is broken for the older versions of Node, including iojs.

I’m glad I could help @DmitryMyadzelets!