volta-cli / action

GitHub Action to Setup Volta
https://volta.sh
MIT License
93 stars 23 forks source link

Avoid CI errors when testing volta@1.0.0 with OpenSSL 3 #131

Closed rwjblue closed 1 year ago

rwjblue commented 1 year ago

Volta 1.0.0 included support for only OpenSSL 1.0 and 1.1, but Ubuntu 22.04 (currently what ubuntu-latest points to) comes with OpenSSL 3.0.

Volta itself did not support OpenSSL 3.0 until Volta 1.0.8 (and later versions removed the OpenSSL association completely).

Note: This doesn't change the support matrix of volta-cli/action@4, but our CI can no longer easily test against ubuntu with 1.0.0...