gabrielfalcao / pyenv-action

Enables pyenv within your github actions workflow
MIT License
39 stars 19 forks source link

Upgrade node infra from node16 -> node20. #444

Open jsirois opened 7 months ago

jsirois commented 7 months ago

The GitHub node16 CI infrastructure is going away this spring: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

This includes upgrading actions we use in our own CI that currently warn due to this same issue of node16 going away in the spring.

Fixes #443

jsirois commented 7 months ago

Aha - I just found #434. Perhaps this does a bit better since it also includes upgrading CI to check against node 20 as well. It looks like CI is failing and the failure is pre-existing. I'll try this out over in the pex-tool org anyhow.