$> yarn install
error Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)
at TLSSocket.emit (node:events:519:28)
at TLSSocket._finishInit (node:_tls_wrap:1085:8)
at ssl.onhandshakedone (node:_tls_wrap:871:12)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
$ yarn config set strict-ssl false
yarn config v1.22.22
success Set "strict-ssl" to "false".
Done in 0.09s.
$ yarn install
~~~